Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InboxPlus: AI powered Auto Followup for Gmail",
"description": "Emails on autopilot! Set follow-ups, track engagement, send templates. Inboxplus - your email workflow hero.",
"version": "1.0.5",
"icons": {
"16": "images\/16_16.png",
"32": "images\/32_32.png",
"128": "images\/128_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"css": [
".\/css\/extension.css",
".\/css\/NoticeBorder.css",
".\/css\/ModalBorder.css",
".\/css\/jBox.css"
],
"js": [
".\/jquery-3.6.4.min.js",
".\/content.js",
".\/js\/jBox.min.js",
".\/js\/jquery.modal.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "images\/128_128.png",
"default_popup": "",
"default_title": "InboxPlus: Email Auto Followup ,Track, & Templates"
},
"externally_connectable": {
"matches": [
"https:\/\/api.inboxpl.us\/*"
]
},
"permissions": [
"tabs",
"scripting",
"storage",
"declarativeNetRequest"
],
"host_permissions": [
"https:\/\/api.inboxpl.us\/",
"https:\/\/mail.google.com\/",
"https:\/\/inbox.google.com\/"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset1",
"enabled": true,
"path": "rules.json"
}
]
},
"manifest_version": 3
}