OceanFrogs

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

OceanFrogsとは何ですか?

OceanFrogsはOceanFrogsによって開発されたChromeの拡張機能で、その主な機能は「OceanFrogs helps you identify and engage with key decision makers in your target accounts.」です。

拡張機能のスクリーンショット

screenshot

OceanFrogs拡張機能のCRXファイルをダウンロード

OceanFrogs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
公式URL https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
説明 OceanFrogs helps you identify and engage with key decision makers in your target accounts.
ファイルサイズ 213 KB
インストール数 16
現在のバージョン 1.0.0
最終更新日 2022-05-20
公開日 2022-05-19
開発者 OceanFrogs
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.oceanfrogs.com/privacy-policy
対応言語 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'"
    }
}