Vainu Company View for Chrome

Vainu View for Chrome

什么是Vainu Company View for Chrome?

Vainu Company View for Chrome是由Vainu开发的Chrome扩展程序,该扩展的主要功能是“Vainu View for Chrome”。

扩展截图

screenshot

下载Vainu Company View for Chrome扩展crx文件

下载Vainu Company View for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Vainu Company View for Chrome Vainu Company View for Chrome
ID ffimbefjhiohmhnhofcplohdlphcnhao
官方URL https://chromewebstore.google.com/detail/vainu-company-view-for-ch/ffimbefjhiohmhnhofcplohdlphcnhao
简介 Vainu View for Chrome
文件大小 264 KB
安装次数 800
当前版本 1.0
更新时间 2020-09-30
上架时间 2020-09-30
评分 5.00/5 共10次评分
开发者 Vainu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.vainu.com
隐私政策页面URL https://www.vainu.com/legal-stuff
支持的语言 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
}