Inspect and view changes in XTools-易订货订单读取 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "XTools-易订货订单读取",
"short_name": "XTydh",
"version": "1.0",
"manifest_version": 2,
"description": "把易订货的订货单,读取到XToolsCRM中!",
"permissions": [
"*://corp.dinghuo123.com/*",
"*://*.xtcrm.com/xcrm/*",
"*://*.x2crm.cn/xcrm/*",
"*://*.xtools.cn/*"
],
"icons": {
"16": "./msg/bj_16.png",
"48": "./msg/bj_48.png",
"128": "./msg/bj_128.png"
},
"browser_action": {
"default_icon": {
"128": "./msg/bj_128.png"
},
"default_title": "XTools-易订货读取",
"default_popup": "./index.html"
},
"homepage_url": "http://www.xtools.cn/index.html",
"content_scripts": [
{
"matches": [
"https://corp.dinghuo123.com/*"
],
"js": [
"./js/jquery-2.0.0.min.js",
"./yidinghuo/ydhYdh.js"
]
},
{
"matches": [
"*://*.xtcrm.com/xcrm/desktop/*"
],
"js": [
"./js/jquery-2.0.0.min.js",
"./login/login.js"
]
},
{
"matches": [
"*://*.x2crm.cn/xcrm/desktop/*"
],
"js": [
"./js/jquery-2.0.0.min.js",
"./login/login.js"
]
}
],
"background": {
"scripts": [
"./js/jquery-2.0.0.min.js",
"./background/background.js",
"./background/publicData.js",
"./tools/automaticGrasping/automaticGrasping.js",
"./tools/messagePush/messagePush.js",
"./tools/middle/middle.js",
"./tools/saveData/saveData.js",
"./tools/sendData/sendData.js"
]
}
}