OceanFrogs

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

O que é OceanFrogs?

OceanFrogs é uma extensão do Chrome desenvolvida por OceanFrogs, e sua principal característica é "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão OceanFrogs

Baixe arquivos de extensão OceanFrogs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
URL Oficial https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Descrição OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Tamanho do Arquivo 213 KB
Contagem de Instalações 16
Versão Atual 1.0.0
Última Atualização 2022-05-20
Data de Publicação 2022-05-19
Desenvolvedor OceanFrogs
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.oceanfrogs.com/privacy-policy
Idiomas Suportados 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'"
    }
}