Scutech DBackup Login
登录迪备,方便测试
What is Scutech DBackup Login?
Scutech DBackup Login is a Chrome extension developed by https://wenzhixin.net.cn, and its main feature is "登录迪备,方便测试".
Extension Screenshots
Download Scutech DBackup Login Extension CRX File
Download Scutech DBackup Login extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
是否每天都在重复点击试用、输入用户名、密码的工作 快来使用专为迪备定制的自动登录吧 版权所有:鼎甲科技(http://www.scutech.com)
Extension Basic Information
Name | Scutech DBackup Login |
ID | gnalnfclnkefbacmmihgagcblpemnhkp |
Official URL | https://chromewebstore.google.com/detail/scutech-dbackup-login/gnalnfclnkefbacmmihgagcblpemnhkp |
Description | 登录迪备,方便测试 |
File Size | 82.57 KB |
Installation Count | 59 |
Current Version | 1.0.7 |
Last Updated | 2022-03-18 |
Publish Date | 2017-12-06 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://wenzhixin.net.cn |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/wenzhixin/scutech-dbackup-login |
Help Page URL | https://github.com/wenzhixin/scutech-dbackup-login/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "name": "Scutech DBackup Login", "description": "\u767b\u5f55\u8fea\u5907\uff0c\u65b9\u4fbf\u6d4b\u8bd5", "version": "1.0.7", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "images\/48x48.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.min.js", "js\/login.js" ] } ], "browser_action": { "default_icon": "images\/48x48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/storage.js", "js\/background.js" ] } } |