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": "Trade IN Data Scrapper Tool",
"version": "1.0.5",
"description": "Scrape the business data information from Trade IN search page results",
"permissions": [
"tabs",
"downloads",
"notifications",
"storage"
],
"host_permissions": [
"*:\/\/*.tradeindia.com\/*",
"https:\/\/www.scrappertool.com\/api\/*",
"https:\/\/www.google.com\/search?q=*"
],
"action": {
"default_icon": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"default_title": "Trade IN Data Scrapper Tool"
},
"icons": {
"16": "images\/default_icon_16.png",
"24": "images\/default_icon_24.png",
"32": "images\/default_icon_32.png",
"48": "images\/default_icon_48.png",
"128": "images\/default_icon_128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.tradeindia.com\/*"
],
"js": [
"libs\/jquery-3.1.1.min.js",
"libs\/toastr.min.js",
"js\/content.js"
],
"css": [
"css\/toastr.min.css"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
{
"resources": [
"css\/*",
"js\/*",
"images\/*",
"libs\/*",
"html\/*",
"contentscript\/*"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3
}