UpdateStar SigParser
Creates contacts from text on a web page.
What is UpdateStar SigParser?
UpdateStar SigParser is a Chrome extension developed by https://client.updatestar.com, and its main feature is "Creates contacts from text on a web page.".
Extension Screenshots
Download UpdateStar SigParser Extension CRX File
Download UpdateStar SigParser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
Official URL | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
Description | Creates contacts from text on a web page. |
File Size | 25.2 KB |
Installation Count | 87 |
Current Version | 1.0 |
Last Updated | 2016-03-08 |
Publish Date | 2016-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://client.updatestar.com |
Payment Type | free |
Extension Website | http://client.updatestar.com/sigparser/overview/ |
Help Page URL | http://client.updatestar.com/contact |
Supported Languages | 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" } } |