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.

Cos'è Zen Check?

Zen Check è un'estensione di Chrome sviluppata da Zen Arbitrage, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Zen Check

Scarica i file di estensione Zen Check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Zen Check Zen Check
ID gpokpdjehgggnkadigmmbopeehlogang
URL Ufficiale https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang
Descrizione Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.
Dimensione del File 539 KB
Conteggio Installazioni 363
Versione Corrente 2.0.3
Ultimo Aggiornamento 2023-02-27
Data di Pubblicazione 2022-09-04
Sviluppatore Zen Arbitrage
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.zenarbitrage.co/
URL della Pagina della Politica sulla Privacy https://www.zenarbitrage.co/optin1591157726581
Lingue Supportate 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\/"
    ]
}