UpdateStar SigParser
Creates contacts from text on a web page.
Cos'è UpdateStar SigParser?
UpdateStar SigParser è un'estensione di Chrome sviluppata da https://client.updatestar.com, e la sua funzione principale è "Creates contacts from text on a web page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UpdateStar SigParser
Scarica i file di estensione UpdateStar SigParser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
URL Ufficiale | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
Descrizione | Creates contacts from text on a web page. |
Dimensione del File | 25.2 KB |
Conteggio Installazioni | 87 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-03-08 |
Data di Pubblicazione | 2016-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://client.updatestar.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://client.updatestar.com/sigparser/overview/ |
URL della Pagina di Aiuto | http://client.updatestar.com/contact |
Lingue Supportate | 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" } } |