Vainu Company View for Chrome

Vainu View for Chrome

Wat is Vainu Company View for Chrome?

Vainu Company View for Chrome is een Chrome-extensie ontwikkeld door Vainu, en de belangrijkste functie is "Vainu View for Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vainu Company View for Chrome

Download Vainu Company View for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Vainu Company View for Chrome Vainu Company View for Chrome
ID ffimbefjhiohmhnhofcplohdlphcnhao
Officiële URL https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao
Beschrijving Vainu View for Chrome
Bestandsgrootte 264 KB
Aantal Installaties 800
Huidige Versie 1.0
Laatst Bijgewerkt 2020-09-30
Publicatiedatum 2020-09-30
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar Vainu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vainu.com
URL van de Privacybeleid Pagina https://www.vainu.com/legal-stuff
Ondersteunde Talen 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
}