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
电子邮箱 [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'"
    }
}