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 |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |