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": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "4.7",
"default_locale": "en",
"permissions": [
"storage",
"declarativeNetRequestWithHostAccess",
"activeTab",
"geolocation",
"contextMenus",
"search"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"action": {
"default_icon": {
"16": "src\/assets\/icon-24.png",
"48": "src\/assets\/icon.png",
"128": "src\/assets\/icon-128.png"
},
"default_title": "__MSG_extActionTitle__",
"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\/*",
"https:\/\/*.googleusercontent.com\/",
"https:\/\/*.open-meteo.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"
],
"css": [
"notification.css"
]
},
{
"matches": [
"*:\/\/docs.google.com\/forms\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter.js"
]
},
{
"matches": [
"*:\/\/forms.office.com\/pages\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter2.js"
]
},
{
"matches": [
"*:\/\/www.linkedin.com\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter3.js"
]
},
{
"matches": [
"*:\/\/*.myworkdayjobs.com\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter4.js"
]
},
{
"matches": [
"*:\/\/*.lever.co\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter5.js"
]
},
{
"matches": [
"*:\/\/*.boards.greenhouse.io\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter6.js"
]
},
{
"matches": [
"*:\/\/*.job-boards.greenhouse.io\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter7.js"
]
},
{
"matches": [
"*:\/\/*.bamboohr.com\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter8.js"
]
},
{
"matches": [
"*:\/\/*.airtable.com\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter9.js"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/career10.successfactors.com\/*"
],
"js": [
"ai-service.js",
"main-ui.js",
"teleprompter10.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/assets\/icon-24.png",
"popup.html",
"popup.js",
"notification.css"
],
"matches": [
"<all_urls>"
]
}
]
}