Pitch.Link Discovery

Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.

Pitch.Link Discovery란 무엇입니까?

Pitch.Link Discovery은(는) https://pitch.link에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Pitch.Link Discovery 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application. While researching prospects, competition and markets, you can take screenshots, capture links and take notes. You can then save these within projects and folders in the PitchLink Discovery module. You can also create Projects and Folders on the fly.                    

확장 프로그램 기본 정보

이름 Pitch.Link Discovery Pitch.Link Discovery
ID hlkmmibcdnpkljedncfhbkbkppaaiifd
공식 URL https://chromewebstore.google.com/detail/pitchlink-discovery/hlkmmibcdnpkljedncfhbkbkppaaiifd
설명 Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.
파일 크기 109 KB
설치 횟수 48
현재 버전 1.1
최근 업데이트 2021-11-26
출시 날짜 2018-09-25
평점 5.00/5 총 1 개의 평점
개발자 https://pitch.link
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pitch.link/pages/privacy
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/pitchlink.png",
        "default_popup": "popup.html",
        "default_title": "Pitch.Link Discovery."
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "description": "Pitch.Link Discovery Chrome Browser Extension is an accompanying app to the Pitch.Link application.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk90m7dXXna0+1uYx3oBhwX7X8lryCJBfRbg3mvq0MeuK3vHONc4h8LSqfatvmb7moKsrm05q4xkPuSdGFoc87Z9l6hYBxACfBOzlzPXXCiEfUBiWGEz6wz\/epyHEDNEmhLXPUKjKwvYt9B7phPNVallmOgAcUlG3oj8yOvqAohvrBfzTz9hQugOH+ntg\/g\/Scf\/IJr\/ag4nnXYble6fVx8QxtjzvNANpcadMndk79OYHBHqZtha13pBuLmlUfF8UyxpBFrjG0caXsJ1t9cvRfD3g2PnxeXuPhk4PjDMW1SE3WXNABeP6NJZJC8m4G1yR5XsxxV\/SXVr3tMEh0wI7DQIDAQAB",
    "manifest_version": 2,
    "name": "Pitch.Link Discovery",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}