钉钉助手
网页版钉钉增强插件
Qu'est-ce que 钉钉助手 ?
钉钉助手 est une extension Chrome développée par EvinK, et sa fonction principale est "网页版钉钉增强插件".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 钉钉助手
Téléchargez les fichiers d'extension 钉钉助手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
钉钉助手是一款开源、免费的Chrome插件 ---------------------------------------------------------------------------- v1.2.4 版本更新 适配MV3 v1.2.2 版本更新 * 提升通知稳定性 有部分朋友反馈此版本无法正常接收通知,猜测可能是插件间相互冲突导致,如果这种情况一直持续,推荐使用更成熟的钉钉Electron应用 v1.2.0 版本更新 * 现在点击通知会跳到会话窗口 * 添加了夜间模式主题 v1.1.0 版本更新 【功能新增】 *新消息提醒:即使不在当前工作区,也能收到钉钉新消息。除此之外,还可以通过“通知设置”按钮,对单独的联系人设置免打扰 *新增设置页:在这里自定义你的选项 v1.0.0 版本更新 【功能移除】 自动登录:由于钉钉下线了账密登录,所以本功能被移除 【功能新增】 * 登录保持:利用Chrome的特性,我们能让你的登录状态一直保持。不管是不小心关闭了网页标签,或是关闭了整个浏览器,下次访问钉钉时,你仍然处于登录状态 * 截图:使用Ctrl + Alt + A, 或者使用Popup上的截图按钮,就能快速选择截图 * 全新的通知风格 Please feel free to contact with me: [email protected] Git Repository: https://github.com/EVINK/Dingtalk-Assistant
Informations de Base sur l'Extension
Nom | |
ID | gcgndgebkbfgnofkdgipnhlijgpocgmh |
URL Officiel | https://chromewebstore.google.com/detail/%E9%92%89%E9%92%89%E5%8A%A9%E6%89%8B/gcgndgebkbfgnofkdgipnhlijgpocgmh |
Description | 网页版钉钉增强插件 |
Taille du Fichier | 72.79 KB |
Nombre d'Installations | 1,094 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2022-06-17 |
Date de Publication | 2020-02-28 |
Évaluation | 4.58/5 Total 12 Évaluations |
Développeur | EvinK |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u9489\u9489\u52a9\u624b", "description": "\u7f51\u9875\u7248\u9489\u9489\u589e\u5f3a\u63d2\u4ef6", "version": "1.2.4", "short_name": "dingding", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "sandbox": { "pages": [ "sandbox.html", "setting.html", "https:\/\/jinshuju.net\/f\/rP1a9p" ] }, "content_scripts": [ { "matches": [ "http:\/\/im.dingtalk.com\/*", "https:\/\/im.dingtalk.com\/*" ], "js": [ "scripts\/utils.js", "scripts\/snapshot.js", "scripts\/generalPageContent.js", "scripts\/dingTalkContent.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ " |