ZIK booster
Helper extension to fetch metadata of ebay users
What is ZIK booster?
ZIK booster is a Chrome extension developed by nahargeva, and its main feature is "Helper extension to fetch metadata of ebay users".
Extension Screenshots
Download ZIK booster Extension CRX File
Download ZIK booster extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The ZIK Booster chrome extension include :
- Vero checker
- Competition checker
- Seller Location
- Fast research Extension Basic Information
| Name | |
| ID | ljdgioelhpilcocffllkgignofaenppn |
| Official URL | https://chrome.google.com/webstore/detail/zik-booster/ljdgioelhpilcocffllkgignofaenppn |
| Description | Helper extension to fetch metadata of ebay users |
| File Size | 174 KB |
| Installation Count | 10,000 |
| Current Version | 0.4.05 |
| Last Updated | 2021-04-08 |
| Publish Date | 2020-05-20 |
| Rating | 4.41/5 Total 22 Ratings |
| Developer | nahargeva |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://www.zikanalytics.com/ |
| Help Page URL | https://www.zikanalytics.com/ |
| Privacy Policy Page URL | https://www.zikanalytics.com/Home/PrivacyPolicy |
| Supported Languages | en |
| manifest.json | |
{
"background": {
"persistent": true,
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/logo16.png",
"38": "img\/logo48.png"
},
"default_popup": "res\/settings.html",
"default_title": "ZIK booster"
},
"content_scripts": [
{
"css": [
"res\/flags16.css",
"res\/cust.css"
],
"js": [
"js\/jquery-3.2.1.js",
"js\/index.js"
],
"matches": [
"*:\/\/*.zikanalytics.com\/*",
"*:\/\/zikanalytics.com\/*"
],
"run_at": "document_end"
}
],
"description": "Helper extension to fetch metadata of ebay users",
"icons": {
"16": "img\/logo16.png",
"32": "img\/logo32.png",
"48": "img\/logo48.png",
"64": "img\/logo64.png"
},
"manifest_version": 2,
"name": "ZIK booster",
"permissions": [
"contextMenus"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.4.05",
"web_accessible_resources": [
"*.png",
"*.PNG",
"res\/*",
"*.css",
"\/js\/jquery.sortElements.js",
"\/js\/inject.js"
]
} | |