Autotask - Only with tabs.

Forces Chrome to open new tabs instead of endless popup windows in Autotask

Autotask - Only with tabs. là gì?

Autotask - Only with tabs. là một tiện ích mở rộng Chrome được phát triển bởi Sam Petch, và tính năng chính của nó là "Forces Chrome to open new tabs instead of endless popup windows in Autotask".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Autotask - Only with tabs.

Tải xuống các tệp mở rộng Autotask - Only with tabs. dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Autotask - Only with tabs. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
URL Chính Thức https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf
Mô tả Forces Chrome to open new tabs instead of endless popup windows in Autotask
Kích Thước Tệp 7.65 KB
Số Lần Cài Đặt 2,935
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2021-02-09
Ngày Phát Hành 2019-05-09
Đánh Giá 4.08/5 Tổng số 12 Đánh Giá
Nhà Phát Triển Sam Petch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Invertee/Tabbed-Autotask
Ngôn Ngữ Được Hỗ Trợ 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"
}