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",
"icons": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.6c567d50.png",
"32": "icon32.plasmo.76b92899.png",
"48": "icon48.plasmo.aced7582.png",
"64": "icon64.plasmo.8bb5e6e0.png",
"128": "icon128.plasmo.3c1ed2d2.png"
}
},
"version": "1.4.2",
"author": "FillApp, LLC",
"name": "FillApp: AI Browser Agent",
"description": "AI browser agent that runs in your session. Fill forms, automate multi-tab workflows, handle data entry, and summarize content.",
"background": {
"service_worker": "static\/background\/index.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"permissions": [
"storage",
"sidePanel",
"activeTab",
"tabs",
"contextMenus",
"debugger",
"notifications"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"allFrames.4db6a890.js"
],
"all_frames": true,
"run_at": "document_start",
"css": []
},
{
"matches": [
"<all_urls>"
],
"js": [
"mainFrame.0f703adc.js"
],
"all_frames": false,
"css": [
"font.ebca8b3e.css"
],
"run_at": "document_idle"
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo7+2x4337Gerzo1iCuIS3ojAlJz\/zxCaB\/U+p6ZpRzuP9BBTYbRYBIWQ\/nRCoUFlP2u1jzmt4MbLQnSqJ5UJFi\/aInUoImGlDKEFeYdzqUfRL2FD4udhiq7QH6FQ8OJh1QOAv7EvbTkrgfHghusaiiSSQkKVXbs1ijLvBoejBPxQ1WAQ7xQxbHYp5tyLLmKENP7Ire5tFosQOr2FhODRRker+UiTtbmmmenxWIn9QRV3TTKji+nyX43\/DRAnCvaDRVXuyI9+weDlv0+R8gI6iSPxvtlSXCtzz2rT4dILsFPI9S3Y7I28dAn1eywQdEFu\/EEIrwjSCiztZDrrl1EoRQIDAQAB",
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"https:\/\/fillapp.ai\/*"
]
},
"web_accessible_resources": [
{
"resources": [
"tabs\/*"
],
"matches": [
"https:\/\/fillapp.ai\/*"
]
},
{
"resources": [
"assets\/notification.wav",
"assets\/notification.png"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"<all_urls>"
],
"resources": [
"inter-400.94cf5266.woff2",
"inter-500.6968a891.woff2",
"inter-600.b5067039.woff2",
"mainFrame.8b65d3e7.css"
]
}
]
}