Intentionalist Chrome Extension
Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
Wat is Intentionalist Chrome Extension?
Intentionalist Chrome Extension is een Chrome-extensie ontwikkeld door Intentionalist, en de belangrijkste functie is "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.".
Extensie Screenshots
Download het CRX-bestand van de extensie Intentionalist Chrome Extension
Download Intentionalist Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | faminljemkledmlfacfbnjiimpgfdhan |
Officiële URL | https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan |
Beschrijving | Intentionalist Chrome Extension - Support small businesses and the diverse people behind them. |
Bestandsgrootte | 58.43 KB |
Aantal Installaties | 41 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2021-01-23 |
Publicatiedatum | 2021-01-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Intentionalist |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://intentionalist.com |
URL van de Privacybeleid Pagina | https://intentionalist.com/privacy-policy |
Ondersteunde Talen | 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'" } |