淘宝手机无线详情页
无线详情页制作一键生成
淘宝手机无线详情页คืออะไร?
淘宝手机无线详情页 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wapsdk.da-mai.com และคุณลักษณะหลักของมันคือ "无线详情页制作一键生成"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 淘宝手机无线详情页
ดาวน์โหลดไฟล์ส่วนขยาย 淘宝手机无线详情页 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
广州大麦手机无线详情页一键生成浏览器插件 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jldjgokbamlpfpmfleadjogpfjindcha |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E6%89%8B%E6%9C%BA%E6%97%A0%E7%BA%BF%E8%AF%A6%E6%83%85%E9%A1%B5/jldjgokbamlpfpmfleadjogpfjindcha |
| คำอธิบาย | 无线详情页制作一键生成 |
| ขนาดไฟล์ | 13.3 KB |
| จำนวนการติดตั้ง | 13 |
| เวอร์ชันปัจจุบัน | 2.2 |
| อัปเดตครั้งล่าสุด | 2014-11-20 |
| วันที่เผยแพร่ | 2014-11-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | https://wapsdk.da-mai.com |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://wapsdk.da-mai.com/ |
| ภาษาที่รองรับ | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\u6dd8\u5b9d\u624b\u673a\u65e0\u7ebf\u8be6\u60c5\u9875",
"description": "\u65e0\u7ebf\u8be6\u60c5\u9875\u5236\u4f5c\u4e00\u952e\u751f\u6210",
"version": "2.2",
"permissions": [
"http:\/\/upload.taobao.com\/",
"http:\/\/upload.tmall.com\/",
"http:\/\/mai.taobao.com\/seller_admin.htm",
"https:\/\/login.taobao.com\/",
"http:\/\/i.taobao.com\/",
"tabs",
"webNavigation"
],
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"http:\/\/localhost\/wapsdk3.0.4\/*",
"http:\/\/localhost\/wapsdk\/*",
"http:\/\/192.168.2.223\/*",
"http:\/\/wapsdk.da-mai.com\/*",
"http:\/\/test.da-mai.com\/*"
],
"js": [
"contentscript.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/login.taobao.com\/member\/login.jhtml?redirectURL=http%3A%2F%2Fmai.taobao.com%2Fseller_admin.htm%3Fnick%3D*"
],
"js": [
"taobaologin.js"
],
"run_at": "document_end"
},
{
"matches": [
"http:\/\/mai.taobao.com\/welcome.htm",
"http:\/\/mai.taobao.com\/seller_admin.htm*"
],
"js": [
"get_login_nick.js"
],
"run_at": "document_start",
"all_frames": true
}
]
} | |