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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UpdateStar SigParser

ดาวน์โหลดไฟล์ส่วนขยาย UpdateStar SigParser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UpdateStar SigParser UpdateStar SigParser
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"
    }
}