Intentionalist Chrome Extension

Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.

Intentionalist Chrome Extension란 무엇입니까?

Intentionalist Chrome Extension은(는) Intentionalist에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Intentionalist Chrome Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Intentionalist Chrome Extension Intentionalist Chrome Extension
ID faminljemkledmlfacfbnjiimpgfdhan
공식 URL https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan
설명 Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
파일 크기 58.43 KB
설치 횟수 41
현재 버전 1.2.1
최근 업데이트 2021-01-23
출시 날짜 2021-01-22
평점 5.00/5 총 1 개의 평점
개발자 Intentionalist
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://intentionalist.com
개인정보 보호 정책 페이지 URL https://intentionalist.com/privacy-policy
지원되는 언어 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'"
}