ShopeeCookies

Mengambil cookies untuk Tool Auto Promo Shopee

ShopeeCookies là gì?

ShopeeCookies là một tiện ích mở rộng Chrome được phát triển bởi mbahmul, và tính năng chính của nó là "Mengambil cookies untuk Tool Auto Promo Shopee".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShopeeCookies

Tải xuống các tệp mở rộng ShopeeCookies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mbah Mul Auto Shopee Cookies.

Install dulu addon ini.
Lalu??

1. Login ke seller dashboard di http://seller.shopee.co.id
2. Copy Script https://docs.google.com/spreadsheets/d/1po6PyIc4yx6JYRTyKW9hfPFtryeQpovT0Hk1rp6hCnk/copy
3. Masukan link product anda di bagian link produk
4. Klik "Auto Promosi Shopee" dan authorize dulu agar script berjalan lancar
5. Masukan username - passcrot - dan cookies yang didapat dari addon
6. Selesai - kekekekkeeke                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShopeeCookies ShopeeCookies
ID cbjbkhibmlbpphlahafcocjoabmfofkd
URL Chính Thức https://chromewebstore.google.com/detail/shopeecookies/cbjbkhibmlbpphlahafcocjoabmfofkd
Mô tả Mengambil cookies untuk Tool Auto Promo Shopee
Kích Thước Tệp 81.99 KB
Số Lần Cài Đặt 901
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-26
Ngày Phát Hành 2017-01-26
Đánh Giá 4.23/5 Tổng số 13 Đánh Giá
Nhà Phát Triển mbahmul
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShopeeCookies",
    "description": "Mengambil cookies untuk Tool Auto Promo Shopee",
    "version": "1.0",
    "homepage_url": "http:\/\/dracomedia.net",
    "browser_action": {
        "default_icon": {
            "19": "logo16.png",
            "38": "logo48.png"
        },
        "default_popup": "popup.html",
        "default_title": "ShopeeCookies"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/; object-src 'self'"
}