TPAInstanceExtractor

TPAInstanceExtractor

TPAInstanceExtractorคืออะไร?

TPAInstanceExtractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dima Goltsman และคุณลักษณะหลักของมันคือ "TPAInstanceExtractor"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension is used by wix-bookings developers to get needed data from wix sites in a fast way                    

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

ชื่อ TPAInstanceExtractor TPAInstanceExtractor
ID lmknnbbehimiehdilbnfnmpdjokpkhki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tpainstanceextractor/lmknnbbehimiehdilbnfnmpdjokpkhki
คำอธิบาย TPAInstanceExtractor
ขนาดไฟล์ 41.46 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.12
อัปเดตครั้งล่าสุด 2021-06-22
วันที่เผยแพร่ 2019-12-09
ผู้พัฒนา Dima Goltsman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.12",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/wix-16.png",
        "128": "images\/wix-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/wix-19.png",
            "38": "images\/wix-38.png",
            "128": "images\/wix-128.png"
        },
        "default_title": "BookingsInstanceExtractor",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}