Wishi Me

Add items you really own to your Wishi closet

Wishi Meคืออะไร?

Wishi Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wishi.me และคุณลักษณะหลักของมันคือ "Add items you really own to your Wishi closet"

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

screenshot
screenshot

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

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

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

                        WiShi offers a new way for people to get dressed every day by connecting amateur and professional stylists with people who seek help with styling, based on their real closet.
With this Chrome extension, it is simple for users to add items of their favorite brands that they really own to their WiShi virtual closet.

When activated, the extension scans the page for images and adds the Wishi icon to each image. When clicking the icon the user gets redirected to his/her closet on Wishi website where he confirms the new item and it's being added to his closet.                    

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

ชื่อ Wishi Me Wishi Me
ID ejgkbedlladlhfjmmgpndphhkjcenkgc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wishi-me/ejgkbedlladlhfjmmgpndphhkjcenkgc
คำอธิบาย Add items you really own to your Wishi closet
ขนาดไฟล์ 54.3 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-03-05
วันที่เผยแพร่ 2019-03-05
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://www.wishi.me
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wishi Me",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Add items you really own to your Wishi closet",
    "icons": {
        "16": "wishi16.png",
        "48": "wishi48.png",
        "128": "wishi128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "http:\/\/*.wishi.me\/*",
                "https:\/\/*.wishi.me\/*",
                "http:\/\/wishi.me\/*",
                "https:\/\/wishi.me\/*"
            ],
            "css": [
                "pageContent.min.css"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "pageContent.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "onClick.js"
        ]
    },
    "browser_action": {
        "default_icon": "wishi16.png",
        "default_title": "Wishi Me"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*.wishi.me\/"
    ]
}