OceanFrogs

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

Vad är OceanFrogs?

OceanFrogs är en Chrome-tillägg utvecklad av OceanFrogs, och dess huvudfunktion är "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Tilläggsskärmbilder

screenshot

Ladda ner OceanFrogs-förlängningens CRX-fil

Ladda ner OceanFrogs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
Officiell webbadress https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Beskrivning OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Filstorlek 213 KB
Antal Installationer 16
Aktuell Version 1.0.0
Senast Uppdaterad 2022-05-20
Publiceringsdatum 2022-05-19
Utvecklare OceanFrogs
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.oceanfrogs.com/privacy-policy
Stödda Språk 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'"
    }
}