OceanFrogs

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

Wat is OceanFrogs?

OceanFrogs is een Chrome-extensie ontwikkeld door OceanFrogs, en de belangrijkste functie is "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OceanFrogs

Download OceanFrogs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
Officiële URL https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Beschrijving OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Bestandsgrootte 213 KB
Aantal Installaties 16
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-05-20
Publicatiedatum 2022-05-19
Ontwikkelaar OceanFrogs
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.oceanfrogs.com/privacy-policy
Ondersteunde Talen 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'"
    }
}