EH Assistant Tool for Shopee

Renamed from "EH Shopee Auto Follower & Auto Boost" to "EH Assistant Tool for Shopee" Add "EH Assistant Tool for Shopee" toolbar…

EH Assistant Tool for Shopeeคืออะไร?

EH Assistant Tool for Shopee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EH ICT Centre และคุณลักษณะหลักของมันคือ "Renamed from "EH Shopee Auto Follower & Auto Boost" to "EH Assistant Tool for Shopee" Add "EH Assistant Tool for Shopee" toolbar…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EH Assistant Tool for Shopee

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

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

                        Renamed from "EH Shopee Auto Follower & Auto Boost" to "EH Assistant Tool for Shopee"

Add "EH Assistant Tool for Shopee" toolbar at Shopee page header.

This tool assist you autoboost your products and quickly reply shop rating.
* Auto follow/unfollow function still working, but Shopee no longer notify user that being followed.


Revision:
v0.0.2.18
- Temporary DISABLE auto follow/unfollow features!!!

v0.0.2.17
- Fix failed to get shop detail error

v0.0.2.16
- Fix failed to get shop detail error

v0.0.2.15
- Update to match Shopee updates on 2022-10-25

v0.0.2.14
- Temporary remove targeted follow & quick mode for some country

v0.0.2.13
- Update to match Shopee updates on 2022-10-18
- Fix minor bug for quick mode & targeted mode

v0.0.2.12
- Enhance follow/unfollow retry
- Fix minor bug after unfollow

v0.0.2.11
- Use new following list to eliminate the need of popup

v0.0.2.10
- Fix Quick Mode not using new URL
- Fix intermittent unfollow stuck at opened dialog page

v0.0.2.9
- Update unfollow logic to match shopee latest update on 2022-07-06

v0.0.2.8
- Add support for shopee.pl
- Fix "Autoboost" button missing at Product list - list view                    

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

ชื่อ EH Assistant Tool for Shopee EH Assistant Tool for Shopee
ID aaphofpmmcnpehbmcjbimjicaoedilnl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eh-assistant-tool-for-sho/aaphofpmmcnpehbmcjbimjicaoedilnl
คำอธิบาย Renamed from "EH Shopee Auto Follower & Auto Boost" to "EH Assistant Tool for Shopee" Add "EH Assistant Tool for Shopee" toolbar…
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 4,186
เวอร์ชันปัจจุบัน 0.0.2.18
อัปเดตครั้งล่าสุด 2023-09-05
วันที่เผยแพร่ 2020-12-02
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา EH ICT Centre
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.facebook.com/EHICT
URL หน้านโยบายความเป็นส่วนตัว https://licensing.ehict.com/privacy.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "EH Assistant Tool for Shopee",
    "version": "0.0.2.18",
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shopee.com.my\/*",
                "https:\/\/*.shopee.sg\/*",
                "https:\/\/*.shopee.co.id\/*",
                "https:\/\/*.shopee.vn\/*",
                "https:\/\/*.shopee.ph\/*",
                "https:\/\/*.shopee.co.th\/*",
                "https:\/\/*.shopee.tw\/*",
                "https:\/\/*.shopee.com.br\/*",
                "https:\/\/*.shopee.cn\/*"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/bootstrap.min.js",
                "js\/toastr.js",
                "js\/toastrNotification.js",
                "js\/errorCodeEngine.js",
                "js\/errorCode_en-US.js",
                "js\/contentData.js",
                "js\/content.js",
                "js\/template\/templateDB.js"
            ],
            "css": [
                "css\/toastr.css",
                "css\/eh-checkbox.css",
                "css\/custom.css",
                "css\/eh-menu.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/*.shopee.com.my\/*",
                "https:\/\/*.shopee.sg\/*",
                "https:\/\/*.shopee.co.id\/*",
                "https:\/\/*.shopee.vn\/*",
                "https:\/\/*.shopee.ph\/*",
                "https:\/\/*.shopee.co.th\/*",
                "https:\/\/*.shopee.tw\/*",
                "https:\/\/*.shopee.com.br\/*",
                "https:\/\/*.shopee.cn\/*"
            ]
        }
    ]
}