AMZ Online Arbitrage - Asin Checker
Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.
AMZ Online Arbitrage - Asin Checkerとは何ですか?
AMZ Online Arbitrage - Asin Checkerはhttps://amzonlinearbitrage.comによって開発されたChromeの拡張機能で、その主な機能は「Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.」です。
拡張機能のスクリーンショット
AMZ Online Arbitrage - Asin Checker拡張機能のCRXファイルをダウンロード
AMZ Online Arbitrage - Asin Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This Extension will help you to check whether product is restricted on Category or Brand Level. 拡張機能の基本情報
| 名前 | |
| ID | eepoploaohjnlohelbnombfccjfnhhen |
| 公式URL | https://chromewebstore.google.com/detail/amz-online-arbitrage-asin/eepoploaohjnlohelbnombfccjfnhhen |
| 説明 | Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision. |
| ファイルサイズ | 524 KB |
| インストール数 | 1,710 |
| 現在のバージョン | 1.2.26 |
| 最終更新日 | 2023-12-14 |
| 公開日 | 2020-06-12 |
| 評価 | 4.93/5 合計 14 レビュー |
| 開発者 | https://amzonlinearbitrage.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.amzonlinearbitrage.com |
| ヘルプページのURL | https://www.amzonlinearbitrage.com |
| プライバシーポリシーページのURL | https://amzonlinearbitrage.com/privacy-policy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "AMZ Online Arbitrage - Asin Checker",
"version": "1.2.26",
"description": "Are You eligible to sell a particular product on Amazon? Our ASIN Checker will help you make the best business decision.",
"permissions": [
"storage",
"tabs",
"identity"
],
"host_permissions": [
"*:\/\/extnapi.amzonlinearbitrage.com\/*",
"*:\/\/sellercentral.amazon.com\/*"
],
"content_security_policy": {
"script-src": [
"self",
"https:\/\/sellercentral.amazon.com"
],
"object-src": [
"self"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"matches": [
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com\/*"
],
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.amazon.co.uk\/*",
"*:\/\/*.amazon.com\/*",
"*:\/\/www.amazon.ca\/*"
],
"js": [
"content.js",
"react.development.js",
"react-dom.development.js",
"sweetalert.min.js"
],
"css": [
"content.css"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"*:\/\/*.amzonlinearbitrage.com\/*"
],
"js": [
"content2.js",
"react.development.js",
"react-dom.development.js"
],
"css": [
"content2.css"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"http:\/\/localhost:3000\/",
"http:\/\/localhost:3001\/",
"https:\/\/dev.amzonlinearbitrage.com\/",
"https:\/\/user.amzonlinearbitrage.com\/",
"https:\/\/newplans-production.d8g9m96m2idyu.amplifyapp.com\/*"
],
"js": [
"amz-content.js",
"react.development.js",
"react-dom.development.js",
"jquery.js"
],
"css": [
"amz.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"logo.png",
"yes.png",
"no.png",
"loading.gif"
],
"matches": [
"*:\/\/*.amazon.com\/*",
"*:\/\/*.amazon.ca\/*"
]
}
]
} | |