PeakSpan Capital's ADA Finder
Automated Company Search in ADA
Was ist PeakSpan Capital's ADA Finder?
PeakSpan Capital's ADA Finder ist eine Chrome-Erweiterung, die von PeakSpan Capital entwickelt wurde, und ihr Hauptmerkmal ist "Automated Company Search in ADA".
Erweiterungsscreenshots
PeakSpan Capital's ADA Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie PeakSpan Capital's ADA Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | PeakSpan Capital's ADA Finder |
ID | amfhbahgphlnnhnanoolnlggmihhbogn |
Offizielle URL | https://chromewebstore.google.com/detail/peakspan-capitals-ada-fin/amfhbahgphlnnhnanoolnlggmihhbogn |
Beschreibung | Automated Company Search in ADA |
Dateigröße | 1.57 MB |
Installationsanzahl | 31 |
Aktuelle Version | 0.2.8.1 |
Letztes Update | 2021-03-25 |
Veröffentlichungsdatum | 2019-05-31 |
Entwickler | PeakSpan Capital |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://wopr.peakspan.io |
Hilfeseite URL | https://www.peakspancapital.com |
URL der Datenschutzrichtlinien-Seite | https://wopr.peakspan.io/privacy |
Unterstützte Sprachen | 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", " |