UpdateStar SigParser
Creates contacts from text on a web page.
ما هو UpdateStar SigParser؟
UpdateStar SigParser هو إضافة Chrome تم تطويرها بواسطة https://client.updatestar.com، والميزة الرئيسية لها هي "Creates contacts from text on a web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UpdateStar SigParser
قم بتنزيل ملفات الامتداد UpdateStar SigParser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | fmbkdliofapchagfjmmlafhhdoeojceg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg |
الوصف | Creates contacts from text on a web page. |
حجم الملف | 25.2 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-03-08 |
تاريخ النشر | 2016-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://client.updatestar.com |
نوع الدفع | free |
موقع الإضافة | http://client.updatestar.com/sigparser/overview/ |
عنوان صفحة المساعدة | http://client.updatestar.com/contact |
اللغات المدعومة | 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" } } |