UpdateStar SigParser
Creates contacts from text on a web page.
Apa itu UpdateStar SigParser?
UpdateStar SigParser adalah ekstensi Chrome yang dikembangkan oleh https://client.updatestar.com, dan fitur utamanya adalah "Creates contacts from text on a web page.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UpdateStar SigParser
Unduh file ekstensi UpdateStar SigParser dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
URL Resmi | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
Deskripsi | Creates contacts from text on a web page. |
Ukuran File | 25.2 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-03-08 |
Tanggal Publikasi | 2016-03-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://client.updatestar.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://client.updatestar.com/sigparser/overview/ |
URL Halaman Bantuan | http://client.updatestar.com/contact |
Bahasa yang Didukung | 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" } } |