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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
    }
}