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.

Wat is Zen Check?

Zen Check is een Chrome-extensie ontwikkeld door Zen Arbitrage, en de belangrijkste functie is "Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Zen Check

Download Zen Check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Zen Check Zen Check
ID gpokpdjehgggnkadigmmbopeehlogang
Officiële URL https://chromewebstore.google.com/detail/zen-check/gpokpdjehgggnkadigmmbopeehlogang
Beschrijving Zen Check works inside Zen Arbitrage to verify your permission to sell a book, highlighting the row if you're not allowed to sell.
Bestandsgrootte 539 KB
Aantal Installaties 363
Huidige Versie 2.0.3
Laatst Bijgewerkt 2023-02-27
Publicatiedatum 2022-09-04
Ontwikkelaar Zen Arbitrage
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.zenarbitrage.co/
URL van de Privacybeleid Pagina https://www.zenarbitrage.co/optin1591157726581
Ondersteunde Talen 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\/"
    ]
}