Vainu Company View for Chrome

Vainu View for Chrome

Что такое Vainu Company View for Chrome?

Vainu Company View for Chrome - это расширение Chrome, разработанное Vainu, и его основная функция - "Vainu View for Chrome".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Vainu Company View for Chrome

Скачайте файлы расширений 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
}