Vainu Company View for Chrome

Vainu View for Chrome

Vad är Vainu Company View for Chrome?

Vainu Company View for Chrome är en Chrome-tillägg utvecklad av Vainu, och dess huvudfunktion är "Vainu View for Chrome".

Tilläggsskärmbilder

screenshot

Ladda ner Vainu Company View for Chrome-förlängningens CRX-fil

Ladda ner Vainu Company View for Chrome-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

                        Vainu Company View for Chrome shows you the facts behind a company website. Navigate to the website of an interesting company, prospect or customer and let Vainu to display all the relevant company information.

To access the full features of Vainu Company View for Chrome, you'll need a Vainu subscription with Vainu credentials. If you don't have Vainu credentials, you can still access and use this extension, but with limited features.                    

Grundläggande Information om Tillägg

Namn Vainu Company View for Chrome Vainu Company View for Chrome
ID ffimbefjhiohmhnhofcplohdlphcnhao
Officiell webbadress https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao
Beskrivning Vainu View for Chrome
Filstorlek 264 KB
Antal Installationer 800
Aktuell Version 1.0
Senast Uppdaterad 2020-09-30
Publiceringsdatum 2020-09-30
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare Vainu
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.vainu.com
URL till Sekretesspolicy Sidan https://www.vainu.com/legal-stuff
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vainu Company View for Chrome",
    "version": "1.0",
    "description": "Vainu View for Chrome",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/api.vainu.io\/",
        "https:\/\/solutions.vainu.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/vainu_16_round.png",
            "32": "images\/vainu_32_round.png",
            "48": "images\/vainu_48_round.png",
            "128": "images\/vainu_128_round.png"
        }
    },
    "icons": {
        "16": "images\/vainu_16_round.png",
        "32": "images\/vainu_32_round.png",
        "48": "images\/vainu_48_round.png",
        "128": "images\/vainu_128_round.png"
    },
    "manifest_version": 2
}