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」です。
拡張機能のスクリーンショット
PeakSpan Capital's ADA Finder拡張機能のCRXファイルをダウンロード
PeakSpan Capital's ADA Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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", " |