Autotask - Only with tabs.

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

Apa itu Autotask - Only with tabs.?

Autotask - Only with tabs. adalah ekstensi Chrome yang dikembangkan oleh Sam Petch, dan fitur utamanya adalah "Forces Chrome to open new tabs instead of endless popup windows in Autotask".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Autotask - Only with tabs.

Unduh file ekstensi Autotask - Only with tabs. dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Autotask - Only with tabs. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
URL Resmi https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf
Deskripsi Forces Chrome to open new tabs instead of endless popup windows in Autotask
Ukuran File 7.65 KB
Jumlah Instalasi 2,935
Versi Saat Ini 0.9
Terakhir Diperbarui 2021-02-09
Tanggal Publikasi 2019-05-09
Penilaian 4.08/5 Total 12 Penilaian
Pengembang Sam Petch
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Invertee/Tabbed-Autotask
Bahasa yang Didukung 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"
}