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",
"manifest_version": 3,
"name": "Siftei - AI Product Scraper for Shopify",
"version": "1.0.5",
"description": "Effortlessly scrape product data from any store with AI and import it into Shopify & other platforms.",
"permissions": [
"activeTab",
"scripting",
"identity",
"identity.email",
"sidePanel"
],
"host_permissions": [
"https:\/\/*.firebaseapp.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/accounts.google.com\/*",
"https:\/\/shaper-scraper.web.app\/*",
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"action": {
"default_title": "Siftei AI",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "index.html"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"oauth2": {
"client_id": "983009321868-903ro0ph073qmlok2bcb99d56b5ka21e.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
}
}