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": "FlyMSG: AI Writing, Grammar Checker, Snippets, and Sales Engagement Tool",
"short_name": "FlyMSG AI",
"version": "3.7.3",
"manifest_version": 3,
"description": "AI Writing, Grammar Checker, Text Expander, Snippets, Paraphrasing, Sales Engagement, Coaching, Role Play & Prospecting Training!",
"omnibox": {
"keyword": "fm"
},
"default_locale": "en",
"icons": {
"16": "images\/i16.png",
"48": "images\/i48.png",
"96": "images\/i96.png"
},
"action": {
"default_icon": {
"16": "images\/i16.png",
"48": "images\/i48.png"
},
"default_popup": "popup.html",
"default_title": "FlyMSG: AI Writing, Grammar Checker, Snippets, and Sales Engagement Tool"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"*\/*.*"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"alarms",
"storage",
"notifications",
"clipboardRead",
"clipboardWrite",
"management",
"contextMenus",
"activeTab",
"scripting",
"webNavigation"
],
"host_permissions": [
"*:\/\/*\/*"
],
"externally_connectable": {
"matches": [
"http:\/\/localhost:4200\/*",
"https:\/\/*.vengreso.com\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"script-src": [
"'self'"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"match_about_blank": true,
"css": [
"css\/grammar.css",
"css\/write.css",
"css\/root.css",
"css\/themes\/main.css",
"css\/themes\/dark.css",
"css\/components\/flyTutorial.css"
],
"exclude_globs": [
"chrome:\/\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"match_about_blank": true,
"js": [
"lib\/jquery-3.7.1.min.js",
"lib\/moment-with-locales.min.js",
"browser.js",
"start.js"
],
"exclude_globs": [
"chrome:\/\/*"
],
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"\/wscbundle\/wscbundle.js",
"\/wscbundle\/local\/en\/local.js",
"content.js"
],
"all_frames": true,
"match_about_blank": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"expander.js",
"expanderV2.js"
],
"match_about_blank": true,
"all_frames": true,
"exclude_globs": [
"chrome:\/\/*",
"https:\/\/outlook.office.com\/mail\/*",
"https:\/\/outlook.office365.com\/mail\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook\/*"
]
},
{
"matches": [
"https:\/\/outlook.office.com\/mail\/*",
"https:\/\/outlook.office365.com\/mail\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook\/*"
],
"js": [
"expanderV2.js"
],
"match_about_blank": true,
"all_frames": true,
"exclude_globs": [
"chrome:\/\/*"
]
},
{
"matches": [
"https:\/\/mail.google.com\/mail\/*",
"https:\/\/www.linkedin.com\/*",
"https:\/\/outlook.office.com\/mail\/*",
"https:\/\/outlook.office365.com\/mail\/*",
"https:\/\/outlook.live.com\/*",
"https:\/\/outlook\/*"
],
"js": [
"plugin.js"
],
"css": [
"\/css\/root.css",
"\/css\/themes\/main.css",
"\/css\/themes\/dark.css",
"\/css\/components\/flyTutorial.css"
],
"exclude_globs": [
"chrome:\/\/*"
],
"all_frames": false
}
]
}