OceanFrogs

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

OceanFrogs là gì?

OceanFrogs là một tiện ích mở rộng Chrome được phát triển bởi OceanFrogs, và tính năng chính của nó là "OceanFrogs helps you identify and engage with key decision makers in your target accounts.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OceanFrogs

Tải xuống các tệp mở rộng OceanFrogs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OceanFrogs OceanFrogs
ID ommnnnfinbaemcankialpamigfppbpab
URL Chính Thức https://chromewebstore.google.com/detail/oceanfrogs/ommnnnfinbaemcankialpamigfppbpab
Mô tả OceanFrogs helps you identify and engage with key decision makers in your target accounts.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-05-20
Ngày Phát Hành 2022-05-19
Nhà Phát Triển OceanFrogs
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.oceanfrogs.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}