UpdateStar SigParser
Creates contacts from text on a web page.
Wat is UpdateStar SigParser?
UpdateStar SigParser is een Chrome-extensie ontwikkeld door https://client.updatestar.com, en de belangrijkste functie is "Creates contacts from text on a web page.".
Extensie Screenshots
Download het CRX-bestand van de extensie UpdateStar SigParser
Download UpdateStar SigParser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
Officiële URL | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
Beschrijving | Creates contacts from text on a web page. |
Bestandsgrootte | 25.2 KB |
Aantal Installaties | 87 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-03-08 |
Publicatiedatum | 2016-03-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://client.updatestar.com |
Betalingswijze | free |
Extensiewebsite | http://client.updatestar.com/sigparser/overview/ |
Help Pagina-URL | http://client.updatestar.com/contact |
Ondersteunde Talen | 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" } } |