Intentionalist Chrome Extension
Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
Qu'est-ce que Intentionalist Chrome Extension ?
Intentionalist Chrome Extension est une extension Chrome développée par Intentionalist, et sa fonction principale est "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Intentionalist Chrome Extension
Téléchargez les fichiers d'extension Intentionalist Chrome Extension 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
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.
Informations de Base sur l'Extension
Nom | |
ID | faminljemkledmlfacfbnjiimpgfdhan |
URL Officiel | https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan |
Description | Intentionalist Chrome Extension - Support small businesses and the diverse people behind them. |
Taille du Fichier | 58.43 KB |
Nombre d'Installations | 41 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2021-01-23 |
Date de Publication | 2021-01-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Intentionalist |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://intentionalist.com |
URL de la Page de Politique de Confidentialité | https://intentionalist.com/privacy-policy |
Langues Prises en Charge | 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'" } |