Cmpny

One-click Crunchbase Chrome Extension

Cmpny란 무엇입니까?

Cmpny은(는) https://cmpny.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One-click Crunchbase Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cmpny 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In one click access the company's crunchbase page.

Saves a lot of time, especially while doing market analysis.

No email or personal information required, just install and use right away.                    

확장 프로그램 기본 정보

이름 Cmpny Cmpny
ID jepfgfamngibgnggnfiiefaammcipmgi
공식 URL https://chromewebstore.google.com/detail/cmpny/jepfgfamngibgnggnfiiefaammcipmgi
설명 One-click Crunchbase Chrome Extension
파일 크기 58.11 KB
설치 횟수 91
현재 버전 1.0.6
최근 업데이트 2020-05-21
출시 날짜 2020-05-20
평점 5.00/5 총 1 개의 평점
개발자 https://cmpny.info
결제 유형 free
확장 프로그램 웹 사이트 https://cmpny.info
도움말 페이지 URL https://cmpny.info
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cmpny",
    "version": "1.0.6",
    "description": "One-click Crunchbase Chrome Extension",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "https:\/\/www.crunchbase.com\/",
        "https:\/\/www.gstatic.com\/",
        "https:\/\/*.firebaseio.com",
        "https:\/\/*.cloudfunctions.net\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/www.googletagmanager.com;",
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.5.1.min.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}