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 |
电子邮箱 | [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", " |