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
公式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
Eメール [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"
}