ViViWo

ViViWo

ViViWoคืออะไร?

ViViWo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://virtway.com และคุณลักษณะหลักของมันคือ "ViViWo"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension is esential for the proper functioning of ViViWo platform under chrome environments. It checks client software availability and version in order to launch it. Chrome offers the best user experience to enter our virtual world so we highly recommend to use it.

ViViWo is an online world hosting various kinds of tourism, entertainment and leisure industry attractions, places, sites, companies, institutions.    
It provides detailed information and materials to the users who are planning a trip of any nature, touristic or business visit.   They will be able to find information on cities, places of historical or cultural interest, museums and art exhibitions, main sites, accommodation and booking information etc.                    

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

ชื่อ ViViWo ViViWo
ID bobmkffiliobcmbnkidmiehalheaplnk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viviwo/bobmkffiliobcmbnkidmiehalheaplnk
คำอธิบาย ViViWo
ขนาดไฟล์ 15.25 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 0.0.0.13
อัปเดตครั้งล่าสุด 2023-04-11
วันที่เผยแพร่ 2020-03-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://virtway.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.iubenda.com/privacy-policy/16106886
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsb\/G1\/MgSXr+7Dx87vcc9hnhKqpKFpVBHXzROej7OrHIaXn1h1Oi1KWHa\/yeWnsD361PXZeC\/eTTl0YPu9vkOimkmmZWsrZKc0f4EUWOuf\/3AhxSR+fUlQGjzXPabw4ODT3BCOCyTR9t0IofwI5hzh3jEwMhciQa538owpTmEmsSjUK55SR2lpKr2zTX31wxzaLpTB\/6Kwq17gfi8DfHRnFp9ZUn99ezM6mbFO7GLkKRxiKEwAgm67uLmvYV77POrrq3pppsJntTmYEDrvn+02wEkvXOeubifzTYzBiYu4EQb7Ky+GIUyVtDnvHns3rq1krTHEuPPAyvC7com6QRawIDAQAB",
    "name": "ViViWo",
    "short_name": "ViViWo",
    "version": "0.0.0.13",
    "manifest_version": 3,
    "description": "ViViWo",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs"
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "content_scripts": [
        {
            "js": [
                "js\/vecontent.js"
            ],
            "matches": [
                "https:\/\/*.viviwo.com\/*",
                "https:\/\/*.viviwo.virtway.com\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/*.viviwo.com\/*",
        "https:\/\/*.viviwo.virtway.com\/*",
        "file:\/\/*\/*"
    ]
}