Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
什么是Autotask - Only with tabs.?
Autotask - Only with tabs.是由Sam Petch开发的Chrome扩展程序,该扩展的主要功能是“Forces Chrome to open new tabs instead of endless popup windows in Autotask”。
扩展截图
下载Autotask - Only with tabs.扩展crx文件
下载Autotask - Only with tabs.扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple Chrome extension to force Autotask PSA (Datto) to use tabs instead of opening loads of windows all of the time. Also adds in Autotask URLs into the Chrome popup whitelist to stop Livelinks etc from breaking.
扩展基本信息
名称 | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
官方URL | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
简介 | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
文件大小 | 7.65 KB |
安装次数 | 2,935 |
当前版本 | 0.9 |
更新时间 | 2021-02-09 |
上架时间 | 2019-05-09 |
评分 | 4.08/5 共12次评分 |
开发者 | Sam Petch |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Invertee/Tabbed-Autotask |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Autotask - Only with tabs." }, "description": "Forces Chrome to open new tabs instead of endless popup windows in Autotask", "icons": { "128": "icon128.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Autotask - Only with tabs.", "short_name": "Tabbed-Autotask", "homepage_url": "https:\/\/github.com\/Invertee\/Tabbed-Autotask", "permissions": [ "contentSettings", "https:\/\/*.autotask.net\/*" ], "version": "0.9" } |