应用简介
这是一个帮助淘宝卖家生成无线宝贝详情的应用。利用浏览器插件,一键就可以生成无线详情,简单。它不需要在淘宝助理下面导入导出的困扰,直接生成手机详情。
配置文件
Code
1 | {"name":"\u6dd8\u5b9d\u624b\u673a\u8be6\u60c5\u5c0fQ\u4e00\u952e\u751f\u6210","version":"1.0.3","manifest_version":2,"description":"\u6dd8\u5b9d\u624b\u673a\u8be6\u60c5\u5c0fQ\u4e00\u952e\u751f\u6210","update_url":"http:\/\/www.likeneng.com\/XiaoQMobile.xml","permissions":["http:\/\/*\/*","https:\/\/*\/*","tabs","webNavigation","http:\/\/*.tmall.com\/","http:\/\/*.taobao.com\/"],"background":{"scripts":["background.js"],"persistent":true},"browser_action":{"default_icon":"icon.png","default_popup":"popup.htm"},"content_scripts":[{"matches":["http:\/\/localhost\/*","http:\/\/www.likeneng.com\/*"],"js":["XiaoQMobile.js"],"all_frames":true,"run_at":"document_end"},{"matches":["http:\/\/upload.taobao.com\/auction\/publish\/edit.htm*"],"js":["contentscript.js"],"run_at":"document_end"},{"matches":["http:\/\/err.taobao.com\/*"],"js":["errors.js"],"all_frames":true,"run_at":"document_end"},{"matches":["http:\/\/sell.taobao.com\/auction\/*"],"js":["PayAssure.js"],"all_frames":true,"run_at":"document_end"},{"matches":["http:\/\/item.taobao.com\/*"],"js":["items.js"],"all_frames":true,"run_at":"document_end"},{"matches":["https:\/\/login.taobao.com\/member\/*"],"js":["authorize.js"],"all_frames":true,"run_at":"document_end"}]} |