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
官方網址 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
電子郵箱 [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'"
    }
}