Công cụ đặt hàng dichvudathang.vn
Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688
Hvad er Công cụ đặt hàng dichvudathang.vn?
Công cụ đặt hàng dichvudathang.vn er en Chrome-udvidelse udviklet af orderplatform4.0, og dens hovedfunktion er "Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688".
Udvidelsesskærmbilleder
Download Công cụ đặt hàng dichvudathang.vn-udvidelses-CRX-fil
Download Công cụ đặt hàng dichvudathang.vn-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Công cụ Extension đặt hàng của DichVuDatHang.vn. Cài đặt và đăng ký thành công bạn sẽ nhúng được giỏ hàng lên các website: taobao, tmall, 1688... Tính giá nhập hàng và bỏ giỏ dễ dàng. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hiihpkahmliioencpkkhjoahfbmhhpdg |
| Officiel URL | https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-dichvuda/hiihpkahmliioencpkkhjoahfbmhhpdg |
| Beskrivelse | Công cụ đặt hàng của dichvudathang.vn. Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688 |
| Filstørrelse | 60.95 KB |
| Antal Installationer | 93 |
| Nuværende Version | 3.2 |
| Senest Opdateret | 2023-04-17 |
| Udgivelsesdato | 2018-11-12 |
| Udvikler | orderplatform4.0 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://dichvudathang.vn/ |
| Hjælpeside-URL | https://dichvudathang.vn/ |
| URL til Fortrolighedspolitik Side | https://sites.google.com/view/dichvudathang-private-policy/home |
| Understøttede Sprog | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng dichvudathang.vn",
"short_name": "DichVuDatHang",
"description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a dichvudathang.vn. Extension nh\u00fang gi\u1ecf h\u00e0ng l\u00ean c\u00e1c website: taobao, tmall, 1688",
"version": "3.2",
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"https:\/\/buy.dichvudathang.vn\/*"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*.1688.com\/*",
"https:\/\/*.1688.com\/*",
"http:\/\/*.taobao.com\/*",
"https:\/\/*.taobao.com\/*",
"http:\/\/*.tmall.com\/*",
"https:\/\/*.tmall.com\/*",
"http:\/\/*.zara.cn\/*",
"https:\/\/*.zara.cn\/*",
"http:\/\/*.hm.com\/*",
"https:\/\/*.hm.com\/*",
"http:\/\/*.jd.com\/*",
"https:\/\/*.jd.com\/*",
"http:\/\/*.tmall.hk\/*",
"https:\/\/*.tmall.hk\/*"
],
"css": [
"content.css"
],
"js": [
"jquery-2.1.4.min.js",
"content.js"
],
"run_at": "document_start"
}
],
"permissions": [
"https:\/\/buy.dichvudathang.vn\/*",
"http:\/\/buy.dichvudathang.vn\/*"
],
"icons": {
"16": "img\/dvtb-icon16.png",
"48": "img\/dvtb-icon48.png",
"128": "img\/dvtb-icon128.png"
},
"oauth2": {
"client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com",
"scopes": [
"profile"
]
},
"content_security_policy": "script-src 'self' https:\/\/buy.dichvudathang.vn; object-src 'self'"
} | |