Tiki Assistant

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

What is Tiki Assistant?

Tiki Assistant is a Chrome extension developed by https://tiki.vn, and its main feature is "Giúp bạn tìm thấy sản phẩm tốt nhất từ Tiki".

Extension Screenshots

screenshot

Download Tiki Assistant Extension CRX File

Download Tiki Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tiki Assistant Tiki Assistant
ID ncpaceoemnbcjffjpjcgnbaklmkhdmak
Official URL https://chromewebstore.google.com/detail/tiki-assistant/ncpaceoemnbcjffjpjcgnbaklmkhdmak
Description Giúp bạn tìm thấy sản phẩm tốt nhất từ Tiki
File Size 33.87 KB
Installation Count 2,000
Current Version 1.2
Last Updated 2019-02-28
Publish Date 2019-02-28
Rating 4.15/5 Total 13 Ratings
Developer https://tiki.vn
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tiki.vn/bao-mat-thong-tin-ca-nhan
Supported Languages 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
}