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 là gì?

Zen Check là một tiện ích mở rộng Chrome được phát triển bởi Zen Arbitrage, và tính năng chính của nó là "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zen Check

Tải xuống các tệp mở rộng Zen Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zen Check Zen Check
ID gpokpdjehgggnkadigmmbopeehlogang
URL Chính Thức https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang
Mô tả Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.
Kích Thước Tệp 539 KB
Số Lần Cài Đặt 363
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-02-27
Ngày Phát Hành 2022-09-04
Nhà Phát Triển Zen Arbitrage
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.zenarbitrage.co/
URL Trang Chính Sách Bảo Mật https://www.zenarbitrage.co/optin1591157726581
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}