UpdateStar SigParser

Creates contacts from text on a web page.

UpdateStar SigParser là gì?

UpdateStar SigParser là một tiện ích mở rộng Chrome được phát triển bởi https://client.updatestar.com, và tính năng chính của nó là "Creates contacts from text on a web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UpdateStar SigParser

Tải xuống các tệp mở rộng UpdateStar SigParser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UpdateStar SigParser UpdateStar SigParser
ID fmbkdliofapchagfjmmlafhhdoeojceg
URL Chính Thức https://chromewebstore.google.com/detail/updatestar-sigparser/fmbkdliofapchagfjmmlafhhdoeojceg
Mô tả Creates contacts from text on a web page.
Kích Thước Tệp 25.2 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-03-08
Ngày Phát Hành 2016-03-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://client.updatestar.com
Loại Thanh Toán free
Trang Web Mở Rộng http://client.updatestar.com/sigparser/overview/
URL Trang Trợ Giúp http://client.updatestar.com/contact
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}