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": "OnePageCRM Lead Clipper",
"manifest_version": 3,
"homepage_url": "http:\/\/www.onepagecrm.com\/",
"version": "4.1.0",
"description": "Capture leads from any webpage in just one click!",
"icons": {
"16": "images\/extensionIcons\/icon16.png",
"48": "images\/extensionIcons\/icon48.png",
"128": "images\/extensionIcons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"styles\/popup.css"
]
},
{
"matches": [
"*:\/\/www.xing.com\/*"
],
"js": [
"parsers\/xing.js"
]
},
{
"matches": [
"*:\/\/x.com\/*"
],
"js": [
"parsers\/twitter.js"
]
},
{
"matches": [
"https:\/\/*.outlook.live.com\/*",
"https:\/\/*.outlook.office.com\/*",
"https:\/\/*.outlook.office365.com\/*"
],
"js": [
"parsers\/outlook.js"
]
},
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"parsers\/facebook.js"
]
},
{
"matches": [
"*:\/\/*.linkedin.com\/*"
],
"js": [
"parsers\/linkedIn.js"
]
},
{
"matches": [
"*:\/\/web.whatsapp.com\/*"
],
"js": [
"parsers\/whatsapp.js"
]
},
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"parsers\/gmail.js",
"parsers\/gmailUI.js"
],
"css": [
"styles\/bootstrap-tooltip.css"
]
}
],
"action": {
"default_icon": {
"19": "images\/extensionIcons\/icon19.png",
"38": "images\/extensionIcons\/icon38.png"
},
"default_title": "OnePageCRM Lead Clipper",
"default_popup": ""
},
"background": {
"service_worker": "background.js"
},
"options_page": "optionsPage\/options.html",
"permissions": [
"tabs",
"storage",
"gcm",
"notifications",
"activeTab",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"web_accessible_resources": [
{
"resources": [
"index.html",
"\/images\/*"
],
"matches": [
"*:\/\/*\/*"
],
"extension_ids": []
},
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"resources": [
"pageWorld.js"
]
}
]
}