Intentionalist Chrome Extension
Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
Cos'è Intentionalist Chrome Extension?
Intentionalist Chrome Extension è un'estensione di Chrome sviluppata da Intentionalist, e la sua funzione principale è "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intentionalist Chrome Extension
Scarica i file di estensione Intentionalist Chrome Extension 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
Get recommendations for diverse local businesses when you search online! We’ll surface great alternatives when you search using your favorite search engine or review site. Local businesses bring cultural diversity, contribute philanthropically, and they simply make our communities better. Our extension makes it easy to support diverse local businesses by suggesting restaurants, coffee shops, bars, gyms, shops, and more owned by women, people of color, veterans, members of the LGBTQ community and differently abled people without having to change your search habits. Explore and support 2500+ diverse local businesses through everyday decisions about where you eat, drink and shop. Spend like it matters.
Informazioni di Base sull'Estensione
Nome | |
ID | faminljemkledmlfacfbnjiimpgfdhan |
URL Ufficiale | https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan |
Descrizione | Intentionalist Chrome Extension - Support small businesses and the diverse people behind them. |
Dimensione del File | 58.43 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2021-01-23 |
Data di Pubblicazione | 2021-01-22 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Intentionalist |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://intentionalist.com |
URL della Pagina della Politica sulla Privacy | https://intentionalist.com/privacy-policy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intentionalist Chrome Extension", "version": "1.2.1", "description": "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.", "permissions": [ "storage", "https:\/\/intentionalist.com\/*", "geolocation", "tabs", "https:\/\/www.google.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*" ], "js": [ "pre_setup\/pre_setup.js", "passive_main\/passive_main.js", "active_main\/active_main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": ".\/imgs\/Int_mark.png", "48": ".\/imgs\/Int_mark.png", "128": ".\/imgs\/Int_mark.png" }, "default_popup": "pre_setup\/pre_setup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |