Impakt
The ethical shopping browser companion
Cos'è Impakt?
Impakt è un'estensione di Chrome sviluppata da https://impakt.app, e la sua funzione principale è "The ethical shopping browser companion".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Impakt
Scarica i file di estensione Impakt 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
The ethical shopping browser companion
Informazioni di Base sull'Estensione
Nome | |
ID | pblfpcefeepllkkniinhcigdlgbkeoka |
URL Ufficiale | https://chrome.google.com/webstore/detail/impakt/pblfpcefeepllkkniinhcigdlgbkeoka |
Descrizione | The ethical shopping browser companion |
Dimensione del File | 15.34 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-03-17 |
Data di Pubblicazione | 2019-03-17 |
Sviluppatore | https://impakt.app |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |