UpdateStar SigParser

Creates contacts from text on a web page.

Was ist UpdateStar SigParser?

UpdateStar SigParser ist eine Chrome-Erweiterung, die von https://client.updatestar.com entwickelt wurde, und ihr Hauptmerkmal ist "Creates contacts from text on a web page.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

UpdateStar SigParser-Erweiterungs-CRX-Datei herunterladen

Laden Sie UpdateStar SigParser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UpdateStar SigParser UpdateStar SigParser
ID fmbkdliofapchagfjmmlafhhdoeojceg
Offizielle URL https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg
Beschreibung Creates contacts from text on a web page.
Dateigröße 25.2 KB
Installationsanzahl 87
Aktuelle Version 1.0
Letztes Update 2016-03-08
Veröffentlichungsdatum 2016-03-08
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://client.updatestar.com
Zahlungsart free
Erweiterungswebsite http://client.updatestar.com/sigparser/overview/
Hilfeseite URL http://client.updatestar.com/contact
Unterstützte Sprachen 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"
    }
}