CrowdCall Chrome

Make phone calls through CrowdCall.us

Что такое CrowdCall Chrome?

CrowdCall Chrome - это расширение Chrome, разработанное https://crowdcall.us, и его основная функция - "Make phone calls through CrowdCall.us".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CrowdCall Chrome

Скачайте файлы расширений CrowdCall Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        CrowdCall is the best way to facilitate volunteer phonebanks for progressive political campaigns.

After installing the CrowdCall chrome extension, phone numbers on websites like OpenVPB and VoteBuilder will be replaced with an easy to use call button.

Plus, CrowdCall makes calls directly through the computer, so volunteers will never need to waste their time dialing phone numbers by hand. CrowdCall has local phone numbers in almost every area code in the country, so voters will always get calls from area code they know. If volunteers call back, they will be directed to a configurable campaign receptionist that can redirect calls and take messages.

To get started with CrowdCall, please contact us @ https://crowdcall.us


----------------------

Our Privacy Policy: https://crowdcall.us/privacy-policy

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

Основная информация о расширении

Название CrowdCall Chrome CrowdCall Chrome
ID nopbfadgbajdgfimkghkmfnoefngbgla
Официальный URL https://chromewebstore.google.com/detail/crowdcall-chrome/nopbfadgbajdgfimkghkmfnoefngbgla
Описание Make phone calls through CrowdCall.us
Размер файла 6.06 MB
Количество установок 424
Текущая Версия 1.1.4
Последнее Обновление 2020-08-30
Дата публикации 2020-03-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://crowdcall.us
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://crowdcall.us
URL страницы политики конфиденциальности https://crowdcall.us/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CrowdCall Chrome",
    "description": "Make phone calls through CrowdCall.us",
    "version": "1.1.4",
    "options_ui": {
        "page": "settings.html",
        "chrome_style": false
    },
    "icons": {
        "16": "assets\/icon\/16.png",
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.votebuilder.com\/*",
                "https:\/\/*.ngpvan.com\/*",
                "https:\/\/*.trainingvan.com\/*",
                "https:\/\/*.openvpb.com\/*",
                "https:\/\/*.ncvictoryvan.com\/*",
                "https:\/\/*.fdpvan.com\/*",
                "https:\/\/*.oocvan.com\/*",
                "https:\/\/*.steelvan.com\/*",
                "https:\/\/*.airbnbvan.com\/*",
                "https:\/\/*.cacvan.com\/*",
                "https:\/\/*.virginiavan.com\/*",
                "https:\/\/*.securevan.com\/*",
                "https:\/\/*.wvvan.com\/*",
                "https:\/\/*.startthevan.com\/*",
                "https:\/\/*.crmvan.com\/*",
                "https:\/\/*.texasvan.com\/*",
                "https:\/\/*.tndpvan.com\/*",
                "https:\/\/*.mtavan.com\/*",
                "https:\/\/*.michigancasework.com\/*",
                "https:\/\/*.targetsmartvan.com\/*",
                "https:\/\/*.noivan.com\/*",
                "https:\/\/*.nebraskacasework.com\/*",
                "https:\/\/*.mmailhost.com\/*",
                "https:\/\/*.coloradovan.com\/*",
                "https:\/\/*.iopoutreach.com\/*",
                "https:\/\/*.dflvictory.com\/*",
                "https:\/\/*.changdiazvan.com\/*",
                "https:\/\/*.americavotesvan.com\/*",
                "https:\/\/*.akdemsdatabase.com\/*",
                "https:\/\/*.afscmevan.com\/*",
                "https:\/\/*.defendersvan.com\/*",
                "https:\/\/*.win-winvan.com\/*",
                "https:\/\/*.pvdakas.com\/*",
                "https:\/\/*.naacpvan.com\/*",
                "https:\/\/*.nysvan.com\/*",
                "https:\/\/*.michiganvan.com\/*",
                "https:\/\/*.mdvan.com\/*",
                "https:\/\/*.massdemscasework.com\/*",
                "https:\/\/*.mainevan.com\/*",
                "https:\/\/*.laboractionnetwork.com\/*",
                "https:\/\/*.ctvan.com\/*",
                "https:\/\/*.carpentersvan.com\/*",
                "https:\/\/*.aarpvan.com\/*",
                "https:\/\/*.ibtvan.com\/*",
                "https:\/\/*.nevadavan.com\/*",
                "https:\/\/*.drivethevan.com\/*",
                "https:\/\/*.sfvan.com\/*",
                "https:\/\/*.plpvan.com\/*",
                "https:\/\/*.crowdcall.us\/*",
                "https:\/\/*.demvolctr.org\/*",
                "https:\/\/*.bluevote.com\/*",
                "https:\/\/*.listfixer.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/browser.sentry-cdn.com 'sha256-qa\/O6LylmpyJOzTkIXJi2\/odG7ivh5SaKHNp+ENrbjA=' 'sha256-Cz5VT5E\/Yc9YaApFtHwlEQkaVFHlhQ7nyC8x7ciuyy4='; object-src 'self'",
    "background": {
        "page": "background.html",
        "chrome_style": false
    },
    "permissions": [
        "storage",
        "https:\/\/*.votebuilder.com\/*",
        "https:\/\/*.ngpvan.com\/*",
        "https:\/\/*.trainingvan.com\/*",
        "https:\/\/*.openvpb.com\/*",
        "https:\/\/*.ncvictoryvan.com\/*",
        "https:\/\/*.fdpvan.com\/*",
        "https:\/\/*.oocvan.com\/*",
        "https:\/\/*.steelvan.com\/*",
        "https:\/\/*.airbnbvan.com\/*",
        "https:\/\/*.cacvan.com\/*",
        "https:\/\/*.virginiavan.com\/*",
        "https:\/\/*.securevan.com\/*",
        "https:\/\/*.wvvan.com\/*",
        "https:\/\/*.startthevan.com\/*",
        "https:\/\/*.crmvan.com\/*",
        "https:\/\/*.texasvan.com\/*",
        "https:\/\/*.tndpvan.com\/*",
        "https:\/\/*.mtavan.com\/*",
        "https:\/\/*.michigancasework.com\/*",
        "https:\/\/*.targetsmartvan.com\/*",
        "https:\/\/*.noivan.com\/*",
        "https:\/\/*.nebraskacasework.com\/*",
        "https:\/\/*.mmailhost.com\/*",
        "https:\/\/*.coloradovan.com\/*",
        "https:\/\/*.iopoutreach.com\/*",
        "https:\/\/*.dflvictory.com\/*",
        "https:\/\/*.changdiazvan.com\/*",
        "https:\/\/*.americavotesvan.com\/*",
        "https:\/\/*.akdemsdatabase.com\/*",
        "https:\/\/*.afscmevan.com\/*",
        "https:\/\/*.defendersvan.com\/*",
        "https:\/\/*.win-winvan.com\/*",
        "https:\/\/*.pvdakas.com\/*",
        "https:\/\/*.naacpvan.com\/*",
        "https:\/\/*.nysvan.com\/*",
        "https:\/\/*.michiganvan.com\/*",
        "https:\/\/*.mdvan.com\/*",
        "https:\/\/*.massdemscasework.com\/*",
        "https:\/\/*.mainevan.com\/*",
        "https:\/\/*.laboractionnetwork.com\/*",
        "https:\/\/*.ctvan.com\/*",
        "https:\/\/*.carpentersvan.com\/*",
        "https:\/\/*.aarpvan.com\/*",
        "https:\/\/*.ibtvan.com\/*",
        "https:\/\/*.nevadavan.com\/*",
        "https:\/\/*.drivethevan.com\/*",
        "https:\/\/*.sfvan.com\/*",
        "https:\/\/*.plpvan.com\/*",
        "https:\/\/*.crowdcall.us\/*",
        "https:\/\/*.demvolctr.org\/*",
        "https:\/\/*.bluevote.com\/*",
        "https:\/\/*.listfixer.com\/*"
    ]
}