Impakt

The ethical shopping browser companion

Qu'est-ce que Impakt ?

Impakt est une extension Chrome développée par https://impakt.app, et sa fonction principale est "The ethical shopping browser companion".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Impakt

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

                        The ethical shopping browser companion                    

Informations de Base sur l'Extension

Nom Impakt Impakt
ID pblfpcefeepllkkniinhcigdlgbkeoka
URL Officiel https://chrome.google.com/webstore/detail/impakt/pblfpcefeepllkkniinhcigdlgbkeoka
Description The ethical shopping browser companion
Taille du Fichier 15.34 KB
Nombre d'Installations 27
Version Actuelle 0.1
Dernière Mise à Jour 2019-03-17
Date de Publication 2019-03-17
Développeur https://impakt.app
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Impakt",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/s*"
            ],
            "js": [
                "contentScript.js",
                "impakt.js"
            ],
            "css": [
                "impakt.css"
            ]
        }
    ],
    "description": "The ethical shopping browser companion",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/impakt.app\/",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}