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 |
| 电子邮箱 | [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\/*"
]
}
]
} | |