OceanFrogs

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

Apa itu OceanFrogs?

OceanFrogs adalah ekstensi Chrome yang dikembangkan oleh OceanFrogs, dan fitur utamanya adalah "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi OceanFrogs

Unduh file ekstensi OceanFrogs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
URL Resmi https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Deskripsi OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Ukuran File 213 KB
Jumlah Instalasi 16
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-05-20
Tanggal Publikasi 2022-05-19
Pengembang OceanFrogs
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.oceanfrogs.com/privacy-policy
Bahasa yang Didukung 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'"
    }
}