ZIK booster
Helper extension to fetch metadata of ebay users
ZIK boosterとは何ですか?
ZIK boosterはnahargevaによって開発されたChromeの拡張機能で、その主な機能は「Helper extension to fetch metadata of ebay users」です。
拡張機能のスクリーンショット
ZIK booster拡張機能のCRXファイルをダウンロード
ZIK booster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The ZIK Booster chrome extension include :
- Vero checker
- Competition checker
- Seller Location
- Fast research 拡張機能の基本情報
| 名前 | |
| ID | ljdgioelhpilcocffllkgignofaenppn |
| 公式URL | https://chrome.google.com/webstore/detail/zik-booster/ljdgioelhpilcocffllkgignofaenppn |
| 説明 | Helper extension to fetch metadata of ebay users |
| ファイルサイズ | 174 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 0.4.05 |
| 最終更新日 | 2021-04-08 |
| 公開日 | 2020-05-20 |
| 評価 | 4.41/5 合計 22 レビュー |
| 開発者 | nahargeva |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.zikanalytics.com/ |
| ヘルプページのURL | https://www.zikanalytics.com/ |
| プライバシーポリシーページのURL | https://www.zikanalytics.com/Home/PrivacyPolicy |
| 対応言語 | 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"
]
} | |