Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Free AI Form Solver - AI Autofill Form & Linkedin Jobs and Study Tools",
"description": "Autofill and study with AI - Access study tools like AI assistant, timer, calculator and more in a floating overlay.",
"version": "1.1.0",
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"action": {
"default_icon": {
"16": "src\/assets\/icon-24.png",
"48": "src\/assets\/icon.png",
"128": "src\/assets\/icon-128.png"
},
"default_title": "Learnitab Study AI Tutorial",
"default_popup": "popup.html"
},
"icons": {
"16": "src\/assets\/icon-24.png",
"48": "src\/assets\/icon.png",
"128": "src\/assets\/icon-128.png"
},
"background": {
"service_worker": "background\/service-worker.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+M",
"windows": "Alt+M",
"mac": "Alt+M",
"linux": "Alt+M"
}
}
},
"host_permissions": [
"https:\/\/*.openai.com\/",
"https:\/\/*.chatgpt.com\/",
"https:\/\/*.google.com\/",
"https:\/\/gemini.google.com\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/docs.google.com\/document\/*",
"https:\/\/docs.google.com\/document\/*",
"*:\/\/docs.google.com\/presentation\/*",
"https:\/\/docs.google.com\/presentation\/*",
"*:\/\/*.canva.com\/*",
"https:\/\/*.canva.com\/*"
],
"js": [
"content.js"
]
},
{
"matches": [
"*:\/\/docs.google.com\/forms\/*"
],
"js": [
"teleprompter.js"
]
},
{
"matches": [
"*:\/\/forms.office.com\/pages\/*"
],
"js": [
"teleprompter2.js"
]
},
{
"matches": [
"*:\/\/www.linkedin.com\/*"
],
"js": [
"teleprompter3.js"
]
},
{
"matches": [
"*:\/\/*.myworkdayjobs.com\/*"
],
"js": [
"teleprompter4.js"
]
},
{
"matches": [
"*:\/\/*.lever.co\/*"
],
"js": [
"teleprompter5.js"
]
},
{
"matches": [
"*:\/\/*.boards.greenhouse.io\/*"
],
"js": [
"teleprompter6.js"
]
},
{
"matches": [
"*:\/\/*.job-boards.greenhouse.io\/*"
],
"js": [
"teleprompter7.js"
]
},
{
"matches": [
"*:\/\/*.bamboohr.com\/*"
],
"js": [
"teleprompter8.js"
]
},
{
"matches": [
"*:\/\/*.airtable.com\/*"
],
"js": [
"teleprompter9.js"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/career10.successfactors.com\/*"
],
"js": [
"teleprompter10.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/assets\/icon-24.png",
"popup.html",
"popup.js"
],
"matches": [
"<all_urls>"
]
}
]
}