upcell

Experience the fastest prospecting in existence.

Что такое upcell?

upcell - это расширение Chrome, разработанное https://www.upcell.io, и его основная функция - "Experience the fastest prospecting in existence.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Devoted to providing the very best mobile phone database. Refocus on what powers successful outreach – accurate contact info.  Ensure your team never hits a dead end when prospecting by equipping them with Iterative Enrichment - a constant stream of data.                    

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

Название upcell upcell
ID jibnhgkinaiblapbfjeddmalaecacihb
Официальный URL https://chromewebstore.google.com/detail/upcell/jibnhgkinaiblapbfjeddmalaecacihb
Описание Experience the fastest prospecting in existence.
Размер файла 522 KB
Количество установок 107
Текущая Версия 1.8
Последнее Обновление 2024-01-29
Дата публикации 2023-11-03
Рейтинг 5.00/5 Всего 10 оценок
Разработчик https://www.upcell.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://upcell.io
URL страницы помощи https://upcell.io
URL страницы политики конфиденциальности https://www.upcell.io/privacy-policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "upcell",
    "description": "Experience the fastest prospecting in existence.",
    "version": "1.8",
    "background": {
        "service_worker": "pages\/Background\/index.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/feed*",
        "https:\/\/*.linkedin.com\/in\/*",
        "https:\/\/*.linkedin.com\/search*",
        "https:\/\/*.linkedin.com\/sales*",
        "https:\/\/app.upcell.io\/*",
        "https:\/\/upcell-local.com\/*"
    ],
    "icons": {
        "128": "Chrome_Extension-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.linkedin.com\/feed*",
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/search*",
                "https:\/\/*.linkedin.com\/sales*"
            ],
            "js": [
                "pages\/Content\/index.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/feed*",
                "https:\/\/*.linkedin.com\/in\/*",
                "https:\/\/*.linkedin.com\/search*",
                "https:\/\/*.linkedin.com\/sales*"
            ],
            "js": [
                "pages\/Content\/script.js"
            ]
        }
    ],
    "commands": {
        "export-lead": {
            "suggested_key": {
                "default": "Alt+X"
            },
            "description": "Export a lead"
        },
        "export-contact": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "Export a contact"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blurred-content.png",
                "content.styles.css",
                "upcell-logo.svg",
                "upcell-logo-login.svg",
                "**\/*.png",
                "**\/*.svg",
                "fonts\/**\/*.ttf",
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ]
}