UpdateStar SigParser
Creates contacts from text on a web page.
UpdateStar SigParser क्या है?
UpdateStar SigParser https://client.updatestar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates contacts from text on a web page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UpdateStar SigParser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/ |
सहायता पृष्ठ URL | 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" } } |