Zen Check
Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.
Zen Checkとは何ですか?
Zen CheckはZen Arbitrageによって開発されたChromeの拡張機能で、その主な機能は「Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.」です。
拡張機能のスクリーンショット
Zen Check拡張機能のCRXファイルをダウンロード
Zen Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell. 拡張機能の基本情報
| 名前 | |
| ID | gpokpdjehgggnkadigmmbopeehlogang |
| 公式URL | https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang |
| 説明 | Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell. |
| ファイルサイズ | 539 KB |
| インストール数 | 363 |
| 現在のバージョン | 2.0.3 |
| 最終更新日 | 2023-02-27 |
| 公開日 | 2022-09-04 |
| 開発者 | Zen Arbitrage |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.zenarbitrage.co/ |
| プライバシーポリシーページのURL | https://www.zenarbitrage.co/optin1591157726581 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Peter Valley",
"name": "Zen Check",
"description": "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.",
"manifest_version": 3,
"version": "2.0.3",
"icons": {
"128": "src\/img\/icon2.png"
},
"background": {
"service_worker": "src\/js\/background.js"
},
"action": {
"default_popup": "src\/html\/popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/fba.zenarbitrage.com\/*"
],
"css": [
"src\/css\/bootstrap.min.css",
"src\/css\/style.css"
],
"js": [
"src\/js\/jquery-3.1.1.min.js",
"src\/js\/config.js",
"src\/js\/rollbar.min.js",
"src\/js\/restriction.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"src\/img\/*"
],
"matches": [
"*:\/\/fba.zenarbitrage.com\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/*",
"https:\/\/fonts.googleapis.com\/*",
"https:\/\/api.rollbar.com\/"
]
} | |