Skip to content

Commit e413136

Browse files
committed
feat: autofill demo video
1 parent c0279d7 commit e413136

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Formacer
22

33
## Description
4-
Formacer is a Chrome extension designed to enhance your browsing experience by intelligently autofilling forms across various websites. It leverages Google's Gemini AI to make smart autofill decisions based on the data you provide, ensuring a seamless and efficient form-filling process. Emphasizing user privacy, Formacer ensures that all your form data remains securely on your local machine and is never collected or stored by the extension itself.
4+
Your personal form filling AI Agent. Formacer is a privacy-focused Chrome extension that uses a Gemini AI to intelligently autofill forms across websites, keeping all your data securely on your local machine.
55

66
<div align="center">
7-
<iframe width="640" height="360" src="https://www.youtube.com/embed/tmImoc9Nkq0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="border-radius: 8px;"></iframe>
7+
<a href="https://www.youtube.com/watch?v=tmImoc9Nkq0">
8+
<img src="src/assets/formacer-autofill-demo.gif" alt="Formacer Autofill Demo" width="320" height="180">
9+
</a>
810
</div>
911

1012
## Installation

manifest.chrome.config.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ import ManifestConfig from "./manifest.config"
44
// @ts-expect-error ManifestConfig provides all required fields
55
export default defineManifest((env) => ({
66
...ManifestConfig,
7-
key: process.env.CHROME_ADDON_KEY,
7+
// key: "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAipK6etecdRABGx9Zk2cN+UxDNwTVZTpLDPK3sVMyXZC76C+kgnGm34W1T34GGOVQJIuH5osLSNwJYJNo9r8Zf0iWh1F2AgVyQ4LPpHNoDTGD1+pK2mEzy25D878QKbPg5LFR9KDR9ZBGzB9rABCNAkRjbhlG//nhjYxl8fJyaJlKdLb7XFS5+TIBuwiv3q0bTwZuTlwXC7FBOksEybF1y4JqpmPNZnJxJtfrje0quumbNDCvl7TkKvgETWNW1xYqjzQ99qQ4rHci15pt0qp/CO3YZYClPOdPRKKH5CDQv+gZ1zviIUa2Wipmyh+u+SYwONbDIE+IgZvTkH2BZ2WxYwIDAQAB",
8+
// oauth2: {
9+
// client_id:
10+
// "969503803446-b64k8hqu2hhtofgp0lfbjaf0g1sudkj5.apps.googleusercontent.com",
11+
// scopes: ["openid", "profile", "email"],
12+
// },
813
}))
4.66 MB
Loading

0 commit comments

Comments
 (0)