OceanFrogs

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

Was ist OceanFrogs?

OceanFrogs ist eine Chrome-Erweiterung, die von OceanFrogs entwickelt wurde, und ihr Hauptmerkmal ist "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Erweiterungsscreenshots

screenshot

OceanFrogs-Erweiterungs-CRX-Datei herunterladen

Laden Sie OceanFrogs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
Offizielle URL https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Beschreibung OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Dateigröße 213 KB
Installationsanzahl 16
Aktuelle Version 1.0.0
Letztes Update 2022-05-20
Veröffentlichungsdatum 2022-05-19
Entwickler OceanFrogs
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.oceanfrogs.com/privacy-policy
Unterstützte Sprachen 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'"
    }
}