Contact Extractor

Extract contacts from web pages.

Contact Extractorคืออะไร?

Contact Extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apppacket.com และคุณลักษณะหลักของมันคือ "Extract contacts from web pages."

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

screenshot
screenshot
screenshot

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

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

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

                        Click on the extension to find and extract email, phone and social media contact information from the website.                    

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

ชื่อ Contact Extractor Contact Extractor
ID edocmdlkemadoglpjlggddjjfdpiadlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/contact-extractor/edocmdlkemadoglpjlggddjjfdpiadlb
คำอธิบาย Extract contacts from web pages.
ขนาดไฟล์ 212 KB
จำนวนการติดตั้ง 1,073
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-01
วันที่เผยแพร่ 2022-03-29
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://apppacket.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "img\/logo.png",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/common\/jquery.min.3.1.1.js",
                "js\/common\/libphone.js",
                "js\/common\/psl.min.js",
                "js\/common\/static.js",
                "js\/common\/util.js",
                "js\/page.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}