Vainu Company View for Chrome
Vainu View for Chrome
Hvad er Vainu Company View for Chrome?
Vainu Company View for Chrome er en Chrome-udvidelse udviklet af Vainu, og dens hovedfunktion er "Vainu View for Chrome".
Udvidelsesskærmbilleder
Download Vainu Company View for Chrome-udvidelses-CRX-fil
Download Vainu Company View for Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Vainu Company View for Chrome |
ID | ffimbefjhiohmhnhofcplohdlphcnhao |
Officiel URL | https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao |
Beskrivelse | Vainu View for Chrome |
Filstørrelse | 264 KB |
Antal Installationer | 800 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-09-30 |
Udgivelsesdato | 2020-09-30 |
Bedømmelse | 5.00/5 Samlet 10 Bedømmelser |
Udvikler | Vainu |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.vainu.com |
URL til Fortrolighedspolitik Side | https://www.vainu.com/legal-stuff |
Understøttede Sprog | 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 } |