Shopee Short Link

Shopee Short Link

ما هو Shopee Short Link؟

Shopee Short Link هو إضافة Chrome تم تطويرها بواسطة affiliate_vn، والميزة الرئيسية لها هي "Shopee Short Link".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Shopee Short Link

قم بتنزيل ملفات الامتداد Shopee Short Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Shopee Short Link - Lấy tracking link affiliate và mã giảm giá mới nhất ngay trên trang Shopee một cách dễ dàng.

Extension có 2 chức năng chính:

Chức năng 1: Lấy tracking link affiliate:
 • Sau khi cài đặt extension, click vào biểu tượng Shopee trên thanh địa chỉ, sau đó vào Settings. Lúc này, bạn cần có API key của bạn để có Login vào đây.
 • Để có được API key, bạn cần đăng nhập vào tài khoản Shopee Affiliate của mình tại trang https://shopeeaffiliates.hasoffers.com/. Vào mục Tools -> APIs để tạo API key.
 • Điền API key mà bạn vừa tạo vào mục Settings ở bước 1a, bấm Login.
Extension của bạn đã sẵn sàng để sử dụng. Giờ đây bạn có thể vào bất kỳ trang nào của Shopee.vn và bấm Generate Tracking Link để tạo link tracking một cách dễ dàng.

Chức năng 2: nhận thông tin khuyến mãi & mã giảm giá
 • Sau khi cài đặt extension, click vào biểu tượng Shopee trên thanh địa chỉ, sau đó click sang tab Promotions
 • Tại đây bạn có thể nhìn thấy tất cả các chương trình khuyến mãi & mã giảm giá đang có hiệu lực, được update mỗi ngày. Với những campaign lớn có banner riêng, bạn có thể click vào Get Banner để lấy banner làm tư liệu quảng bá.

Nếu bạn chưa có tài khoản Shopee Affiliate, hãy đăng ký ngay tại đây: https://event.shopee.vn/affiliate/register/#/                    

معلومات أساسية عن التمديد

الاسم Shopee Short Link Shopee Short Link
ID jpjnncihhjbeenfikeimbpglomjlpgdg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/shopee-short-link/jpjnncihhjbeenfikeimbpglomjlpgdg
الوصف Shopee Short Link
حجم الملف 270 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.8
آخر تحديث 2019-09-04
تاريخ النشر 2019-09-03
تقييم 2.41/5 مجموع تقييمات 22
المطور affiliate_vn
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://affiliate-blog.shopee.vn/shopee-extension-privacy-policy
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopee Short Link",
    "description": "Shopee Short Link",
    "version": "1.0.8",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "declarativeContent",
        "http:\/\/local.api.integration.shopee.vn\/",
        "https:\/\/ext-api.vn-ops.shopee.io\/",
        "https:\/\/api.performancehorizon.com\/"
    ],
    "icons": {
        "16": "shoppe.png",
        "32": "shoppe.png",
        "48": "shoppe.png",
        "128": "shoppe.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/libs\/jquery\/jquery.min.js",
            "scripts\/libs\/lodash\/lodash.js",
            "scripts\/libs\/lodash\/lodash.js",
            "scripts\/libs\/moment\/moment.js",
            "scripts\/common.js",
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "shoppe.png"
    }
}