UpdateStar SigParser
Creates contacts from text on a web page.
Qu'est-ce que UpdateStar SigParser ?
UpdateStar SigParser est une extension Chrome développée par https://client.updatestar.com, et sa fonction principale est "Creates contacts from text on a web page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UpdateStar SigParser
Téléchargez les fichiers d'extension UpdateStar SigParser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
URL Officiel | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
Description | Creates contacts from text on a web page. |
Taille du Fichier | 25.2 KB |
Nombre d'Installations | 87 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-03-08 |
Date de Publication | 2016-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://client.updatestar.com |
Type de Paiement | free |
Site Web de l'Extension | http://client.updatestar.com/sigparser/overview/ |
URL de la Page d'Aide | http://client.updatestar.com/contact |
Langues Prises en Charge | 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" } } |