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.

Qu'est-ce que Zen Check ?

Zen Check est une extension Chrome développée par Zen Arbitrage, et sa fonction principale est "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zen Check

Téléchargez les fichiers d'extension Zen Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Zen Check Zen Check
ID gpokpdjehgggnkadigmmbopeehlogang
URL Officiel https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang
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.
Taille du Fichier 539 KB
Nombre d'Installations 363
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-02-27
Date de Publication 2022-09-04
Développeur Zen Arbitrage
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.zenarbitrage.co/
URL de la Page de Politique de Confidentialité https://www.zenarbitrage.co/optin1591157726581
Langues Prises en Charge 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\/"
    ]
}