Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
Wat is Autotask - Only with tabs.?
Autotask - Only with tabs. is een Chrome-extensie ontwikkeld door Sam Petch, en de belangrijkste functie is "Forces Chrome to open new tabs instead of endless popup windows in Autotask".
Extensie Screenshots
Download het CRX-bestand van de extensie Autotask - Only with tabs.
Download Autotask - Only with tabs.-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
Officiële URL | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
Beschrijving | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
Bestandsgrootte | 7.65 KB |
Aantal Installaties | 2,935 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2021-02-09 |
Publicatiedatum | 2019-05-09 |
Beoordeling | 4.08/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Sam Petch |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Invertee/Tabbed-Autotask |
Ondersteunde Talen | 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" } |