PeakSpan Capital's ADA Finder

Automated Company Search in ADA

PeakSpan Capital's ADA Finder란 무엇입니까?

PeakSpan Capital's ADA Finder은(는) PeakSpan Capital에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated Company Search in ADA"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

PeakSpan Capital's ADA Finder 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Perform Automated Company Search in ADA, PeakSpan Capital's proprietary market intelligence platform.

This extension is for PeakSpan Capital employees only. You need an access code to perform searches on our internal systems. The extension will enable to you to find companies in our system by highlighting text in web pages.

By installing this extension you agree to our privacy policy and terms of service (https://wopr.peakspan.io/privacy).                    

확장 프로그램 기본 정보

이름 PeakSpan Capital's ADA Finder PeakSpan Capital's ADA Finder
ID amfhbahgphlnnhnanoolnlggmihhbogn
공식 URL https://chromewebstore.google.com/detail/peakspan-capitals-ada-fin/amfhbahgphlnnhnanoolnlggmihhbogn
설명 Automated Company Search in ADA
파일 크기 1.57 MB
설치 횟수 31
현재 버전 0.2.8.1
최근 업데이트 2021-03-25
출시 날짜 2019-05-31
개발자 PeakSpan Capital
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wopr.peakspan.io
도움말 페이지 URL https://www.peakspancapital.com
개인정보 보호 정책 페이지 URL https://wopr.peakspan.io/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PeakSpan Capital's ADA Finder",
    "short_name": "ADAFinder",
    "version": "0.2.8.1",
    "description": "Automated Company Search in ADA",
    "author": "Vikas Kumar",
    "homepage_url": "https:\/\/wopr.peakspan.io",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "http:\/\/*\/",
                "https:\/\/*\/"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Find Company in ADA"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.peakspan.io\/*"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "contextMenus",
        "idle",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "Ctrl+Shift+Space"
            }
        },
        "ada_search_action": {
            "description": "Find Company in various datasources",
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+F"
            }
        }
    },
    "manifest_version": 2
}