OceanFrogs

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

Cos'è OceanFrogs?

OceanFrogs è un'estensione di Chrome sviluppata da OceanFrogs, e la sua funzione principale è "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OceanFrogs

Scarica i file di estensione OceanFrogs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
URL Ufficiale https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Descrizione OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Dimensione del File 213 KB
Conteggio Installazioni 16
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-05-20
Data di Pubblicazione 2022-05-19
Sviluppatore OceanFrogs
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.oceanfrogs.com/privacy-policy
Lingue Supportate 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'"
    }
}