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",
"name": "Auto Label for Google Gmail\u2122 by cloudHQ",
"short_name": "Auto Label",
"description": "Automatically create filters and labels for clients, customers, prospects, etc.",
"version": "1.0.1.01",
"author": "https:\/\/www.cloudhq.net",
"content_scripts": [
{
"exclude_globs": [],
"css": [
"stylesheets\/jquery.dropdown.css",
"stylesheets\/popover.css",
"stylesheets\/main_gmail_auto_label.css"
],
"include_globs": [],
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"scripting",
"storage",
"background"
],
"host_permissions": [
"https:\/\/mail.google.com\/",
"https:\/\/www.cloudhq.net\/"
],
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"stylesheets\/*",
"icons\/*",
"*"
],
"matches": [
"*:\/\/*.cloudhq.net\/*",
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
]
}
],
"icons": {
"48": "icons\/icon-48x48.png",
"128": "icons\/icon-128x128.png"
},
"converted_from_user_script": true,
"externally_connectable": {
"matches": [
"*:\/\/*.cloudhq.net\/*"
]
},
"action": {
"default_icon": "icons\/gmail_auto_label_app_icon.png",
"default_title": "Gmail Auto Label by cloudHQ"
}
}