Price Hack

PriceHack: Amazon price history & book arbitrage tool. Scan Amazon for underpriced books that can be resold at a profit.

Qu'est-ce que Price Hack ?

Price Hack est une extension Chrome développée par Zen Arbitrage, et sa fonction principale est "PriceHack: Amazon price history & book arbitrage tool. Scan Amazon for underpriced books that can be resold at a profit.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Price Hack

Téléchargez les fichiers d'extension Price Hack 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

                        Amazon price history & book arbitrage tool. Scan Amazon for underpriced books that can be resold at a profit.                    

Informations de Base sur l'Extension

Nom Price Hack Price Hack
ID hnjkiemhlgdckiedoihbikhgndoigbfi
URL Officiel https://chromewebstore.google.com/detail/price-hack/hnjkiemhlgdckiedoihbikhgndoigbfi
Description PriceHack: Amazon price history & book arbitrage tool. Scan Amazon for underpriced books that can be resold at a profit.
Taille du Fichier 188 KB
Nombre d'Installations 431
Version Actuelle 2.0.5
Dernière Mise à Jour 2023-08-19
Date de Publication 2020-06-09
Évaluation 5.00/5 Total 1 Évaluations
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": "Nick Germaine",
    "name": "Price Hack",
    "description": "PriceHack: Amazon price history & book arbitrage tool. Scan Amazon for underpriced books that can be resold at a profit.",
    "version": "2.0.5",
    "manifest_version": 3,
    "icons": {
        "512": "icon2.png"
    },
    "background": {
        "service_worker": "src\/js\/background.js"
    },
    "action": {
        "default_popup": "src\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/smile.amazon.com\/*"
            ],
            "css": [
                "src\/css\/swag.css",
                "src\/css\/style.css"
            ],
            "js": [
                "src\/js\/config.js",
                "src\/js\/rollbar.min.js",
                "src\/js\/jquery-3.1.1.min.js",
                "src\/js\/buy.js",
                "src\/js\/asin.js",
                "src\/js\/parser.js",
                "src\/js\/truprice.js",
                "src\/js\/x-cal-asin.js",
                "src\/js\/zen-x-calculation.js",
                "src\/js\/moment.min.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/img\/*"
            ],
            "matches": [
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.com.au\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/prices.zenarbitrage.com\/*",
        "*:\/\/ranks.zenarbitrage.com\/*",
        "https:\/\/sellercentral.amazon.com\/hz\/approvalrequest\/*",
        "*:\/\/www.amazon.com\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/api.rollbar.com\/"
    ],
    "oauth2": {
        "client_id": "53550983061-r4v3kt0vigd4lrov0dg6i2igkjt7d8at.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}