Intentionalist Chrome Extension

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

Intentionalist Chrome Extension là gì?

Intentionalist Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Intentionalist, và tính năng chính của nó là "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intentionalist Chrome Extension

Tải xuống các tệp mở rộng Intentionalist Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Intentionalist Chrome Extension Intentionalist Chrome Extension
ID faminljemkledmlfacfbnjiimpgfdhan
URL Chính Thức https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan
Mô tả Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
Kích Thước Tệp 58.43 KB
Số Lần Cài Đặt 41
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-01-23
Ngày Phát Hành 2021-01-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Intentionalist
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://intentionalist.com
URL Trang Chính Sách Bảo Mật https://intentionalist.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}