OceanFrogs

OceanFrogs helps you identify and engage with key decision makers in your target accounts.

Что такое OceanFrogs?

OceanFrogs - это расширение Chrome, разработанное OceanFrogs, и его основная функция - "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

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

screenshot

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

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

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

                        OceanFrogs helps you identify and engage with key decision makers in your target accounts. These target accounts can be uploaded from your OceanFrogs accounts or from lists from ZoomInfo, Lusha, Slintel or SalesIntel.                    

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

Название OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
Официальный URL https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Описание OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Размер файла 213 KB
Количество установок 16
Текущая Версия 1.0.0
Последнее Обновление 2022-05-20
Дата публикации 2022-05-19
Разработчик OceanFrogs
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.oceanfrogs.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OceanFrogs",
    "short_name": "OceanFrogs",
    "version": "1.0.0",
    "description": "OceanFrogs helps you identify and engage with key decision makers in your target accounts.",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "clipboardRead",
        "activeTab"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Ocean Frogs"
    },
    "icons": {
        "128": "assets\/img\/logo_OF.png"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "index.html?#\/options",
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "css": [
                "assets\/styles\/content-page-style.css"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/**"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/styles\/content-page-style.css",
                "assets\/img\/logo_OF.png"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}