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."입니다.

확장 프로그램 스크린샷

screenshot

Zen Check 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
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
이메일 [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\/"
    ]
}