PeakSpan Capital's ADA Finder

Automated Company Search in ADA

PeakSpan Capital's ADA Finder क्या है?

PeakSpan Capital's ADA Finder PeakSpan Capital द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automated Company Search in ADA"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PeakSpan Capital's ADA Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}