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": "CLICKZYN: Create Your Shop In One Click",
"version": "1.9.4",
"description": "Free App to Create Your Store In One Click. Copy any Amazon\/Shopify products to Excel, Shopify and WooCommerce.",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup.html",
"default_title": "ClickZyn"
},
"permissions": [
"identity",
"identity.email",
"storage",
"activeTab",
"https:\/\/clickzyn.com\/chrome_extension\/",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"oauth2": {
"client_id": "383838918832-qjf4gp7sqabodvkail8jqafbo4qu8omg.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/contacts.readonly"
]
}
}