Intentionalist Chrome Extension
Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
¿Qué es Intentionalist Chrome Extension?
Intentionalist Chrome Extension es una extensión de Chrome desarrollada por Intentionalist, y su función principal es "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Intentionalist Chrome Extension
Descarga archivos de extensión Intentionalist Chrome Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | faminljemkledmlfacfbnjiimpgfdhan |
URL Oficial | https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan |
Descripción | Intentionalist Chrome Extension - Support small businesses and the diverse people behind them. |
Tamaño del Archivo | 58.43 KB |
Cantidad de Instalaciones | 41 |
Versión Actual | 1.2.1 |
Última Actualización | 2021-01-23 |
Fecha de Publicación | 2021-01-22 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Intentionalist |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://intentionalist.com |
URL de la Página de Política de Privacidad | https://intentionalist.com/privacy-policy |
Idiomas Soportados | 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'" } |