UpdateStar SigParser

Creates contacts from text on a web page.

Что такое UpdateStar SigParser?

UpdateStar SigParser - это расширение Chrome, разработанное https://client.updatestar.com, и его основная функция - "Creates contacts from text on a web page.".

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

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения UpdateStar SigParser

Скачайте файлы расширений UpdateStar SigParser в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Creates contacts (vCard, .vcf) from any text on a web page. Simply select the text that contains the contact information and choose "Create contact" from the context menu (right click). vCards are compatible with GMail, Windows Contacts, Thunderbird, and Microsoft Outlook among others.                    

Основная информация о расширении

Название UpdateStar SigParser UpdateStar SigParser
ID fmbkdliofapchagfjmmlafhhdoeojceg
Официальный URL https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg
Описание Creates contacts from text on a web page.
Размер файла 25.2 KB
Количество установок 87
Текущая Версия 1.0
Последнее Обновление 2016-03-08
Дата публикации 2016-03-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://client.updatestar.com
Тип оплаты free
Официальный сайт расширения http://client.updatestar.com/sigparser/overview/
URL страницы помощи http://client.updatestar.com/contact
Поддерживаемые языки de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UpdateStar SigParser",
    "description": "__MSG_description__",
    "version": "1.0",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "web_accessible_resources": [
        "popup.html",
        "popup.css",
        "SigParser.js"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}