Autotask - Only with tabs.

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

O que é Autotask - Only with tabs.?

Autotask - Only with tabs. é uma extensão do Chrome desenvolvida por Sam Petch, e sua principal característica é "Forces Chrome to open new tabs instead of endless popup windows in Autotask".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Autotask - Only with tabs.

Baixe arquivos de extensão Autotask - Only with tabs. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Autotask - Only with tabs. Autotask - Only with tabs.
ID onanbpdhdbngpgacgppdggppfpogobdf
URL Oficial https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf
Descrição Forces Chrome to open new tabs instead of endless popup windows in Autotask
Tamanho do Arquivo 7.65 KB
Contagem de Instalações 2,935
Versão Atual 0.9
Última Atualização 2021-02-09
Data de Publicação 2019-05-09
Classificação 4.08/5 Total de 12 Avaliações
Desenvolvedor Sam Petch
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Invertee/Tabbed-Autotask
Idiomas Suportados 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"
}