Autotask - Only with tabs.

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

Co to jest Autotask - Only with tabs.?

Autotask - Only with tabs. to rozszerzenie Chrome opracowane przez Sam Petch, a jego główną funkcją jest „Forces Chrome to open new tabs instead of endless popup windows in Autotask”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Autotask - Only with tabs.

Pobierz pliki rozszerzeń Autotask - Only with tabs. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Autotask - Only with tabs. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
Oficjalny URL https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf
Opis Forces Chrome to open new tabs instead of endless popup windows in Autotask
Rozmiar pliku 7.65 KB
Liczba instalacji 2,935
Aktualna Wersja 0.9
Ostatnia Aktualizacja 2021-02-09
Data Publikacji 2019-05-09
Ocena 4.08/5 Łącznie 12 Oceny
Deweloper Sam Petch
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Invertee/Tabbed-Autotask
Obsługiwane Języki 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"
}