Tiki Assistant

Giúp bạn tìm thấy sản phẩm tốt nhất từ Tiki

Co to jest Tiki Assistant?

Tiki Assistant to rozszerzenie Chrome opracowane przez https://tiki.vn, a jego główną funkcją jest „Giúp bạn tìm thấy sản phẩm tốt nhất từ Tiki”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Tiki Assistant

Pobierz pliki rozszerzeń Tiki Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Tiki Assistant là tiện ích giúp gợi ý, tìm kiếm nhanh các sản phẩm tốt nhất trên Tiki trực tiếp trên trình duyệt Chrome phù hợp với nhu cầu tìm kiếm sản phẩm của bạn. 

Cách sử dụng: Bạn không cần phải làm gì khác sau khi cài đặt tiện ích này. Khi bạn tìm kiếm sản phẩm, tiện ích Tiki Assistant sẽ tự động gợi ý các sản phẩm phù hợp (nếu có). 

Toàn bộ thông tin thu thập từ tiện ích này đều được cam kết bảo mật theo chính sách bảo mật của Tiki: https://tiki.vn/bao-mat-thong-tin-ca-nhan?src=chr-ext
---------
Tiki Assistant is Tiki's offcial Chrome extension which helps you quickly find products on Tiki. 

How to use: You do not need to do anything else after installation. When you search for products on the web, Tiki Assistant will automatically recommend suitable products on Tiki for you. 

We care about your privacy, please read about our Privacy Policy here: https://tiki.vn/bao-mat-thong-tin-ca-nhan?src=chr-ext                    

Podstawowe informacje o rozszerzeniu

Nazwa Tiki Assistant Tiki Assistant
ID ncpaceoemnbcjffjpjcgnbaklmkhdmak
Oficjalny URL https://chromewebstore.google.com/detail/tiki-assistant/ncpaceoemnbcjffjpjcgnbaklmkhdmak
Opis Giúp bạn tìm thấy sản phẩm tốt nhất từ Tiki
Rozmiar pliku 33.87 KB
Liczba instalacji 2,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-02-28
Data Publikacji 2019-02-28
Ocena 4.15/5 Łącznie 13 Oceny
Deweloper https://tiki.vn
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://tiki.vn/bao-mat-thong-tin-ca-nhan
Obsługiwane Języki vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiki Assistant",
    "description": "Gi\u00fap b\u1ea1n t\u00ecm th\u1ea5y s\u1ea3n ph\u1ea9m t\u1ed1t nh\u1ea5t t\u1eeb Tiki",
    "version": "1.2",
    "browser_action": {
        "default_icon": "images\/32x32.png",
        "icons": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "homepage_url": "http:\/\/tiki.vn",
    "author": "Tiki",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "css": [
                "contentStyle.css"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'sha256-nD2V5NxKeHpfJmcOwNBIOJIpT5MiKJJ9cTve5ZZRZGk='",
    "web_accessible_resources": [
        "frame.html"
    ],
    "manifest_version": 2
}