Wix Website Components.

Premium Wix Components, easy as copy & paste.

Wix Website Components.คืออะไร?

Wix Website Components. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shahrakesh45 และคุณลักษณะหลักของมันคือ "Premium Wix Components, easy as copy & paste."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wix Website Components.

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

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

                        Premium Wix Components, easy as copy & paste.
This extension allows you to copy components from Wixthemestore to Wix Website Editor.                    

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

ชื่อ Wix Website Components. Wix Website Components.
ID jaaibhfengchaepanjfdnmpcbgjbjbmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wix-website-components/jaaibhfengchaepanjfdnmpcbgjbjbmk
คำอธิบาย Premium Wix Components, easy as copy & paste.
ขนาดไฟล์ 144 KB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-01-30
วันที่เผยแพร่ 2022-11-01
ผู้พัฒนา shahrakesh45
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://multiwebx.com/contact/
URL หน้านโยบายความเป็นส่วนตัว https://essenhealthcare.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wix Website Components.",
    "description": "Premium Wix Components, easy as copy & paste.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "images\/default_icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*\/*",
            "https:\/\/www.wixthemestore.com\/*"
        ]
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "128": "images\/default_icon_128.png"
        }
    },
    "host_permissions": [
        "https:\/\/editor.wix.com\/*",
        "https:\/\/create.editorx.com\/*",
        "https:\/\/*\/*",
        "https:\/\/www.wixthemestore.com\/*"
    ],
    "background": {
        "service_worker": "js\/app.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/editor.wix.com\/*",
                "https:\/\/create.editorx.com\/*",
                "https:\/\/*\/*",
                "https:\/\/www.wixthemestore.com\/*"
            ],
            "js": [
                "\/js\/wix.js",
                "\/js\/content_scripts\/editor.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}