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”。

擴展截圖

screenshot

下載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. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
官方網址 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"
}