Lookup Company

One-click Crunchbase organization discovery from anywhere.

Vad är Lookup Company?

Lookup Company är en Chrome-tillägg utvecklad av https://lookup.company, och dess huvudfunktion är "One-click Crunchbase organization discovery from anywhere.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Lookup Company-förlängningens CRX-fil

Ladda ner Lookup Company-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Look up company data with one click. Add companies to your Crunchbase follows.

Save time and precious tab space while prospecting for customers or investment opportunities or conducting market analysis.

Entirely free. No accounts or personal information.

Absolutely none of your usage data is logged or cached in any way by this extension.                    

Grundläggande Information om Tillägg

Namn Lookup Company Lookup Company
ID hbebgchhcjjdjkbcdhbocegpbflkbjdl
Officiell webbadress https://chromewebstore.google.com/detail/lookup-company/hbebgchhcjjdjkbcdhbocegpbflkbjdl
Beskrivning One-click Crunchbase organization discovery from anywhere.
Filstorlek 585 KB
Antal Installationer 38
Aktuell Version 1.2.0
Senast Uppdaterad 2020-11-05
Publiceringsdatum 2020-06-07
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://lookup.company
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lookup.company
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.0",
    "manifest_version": 2,
    "name": "Lookup Company",
    "short_name": "Lookup Company",
    "description": "One-click Crunchbase organization discovery from anywhere.",
    "background": {
        "persistent": false,
        "scripts": [
            ".\/scripts\/main.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.crunchbase.com; object-src 'self'",
    "icons": {
        "16": ".\/static\/img\/chrome-eye-icon--light-16.png",
        "48": ".\/static\/img\/chrome-eye-icon--light-48.png",
        "64": ".\/static\/img\/chrome-eye-icon--light-64.png",
        "128": ".\/static\/img\/chrome-eye-icon--light-128.png"
    },
    "page_action": {
        "default_icon": {
            "16": ".\/static\/img\/chrome-eye-icon--light-16.png",
            "48": ".\/static\/img\/chrome-eye-icon--light-48.png",
            "64": ".\/static\/img\/chrome-eye-icon--light-64.png",
            "128": ".\/static\/img\/chrome-eye-icon--light-128.png"
        },
        "default_popup": ".\/static\/popup.html"
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "https:\/\/www.crunchbase.com\/"
    ]
}