Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
Was ist Autotask - Only with tabs.?
Autotask - Only with tabs. ist eine Chrome-Erweiterung, die von Sam Petch entwickelt wurde, und ihr Hauptmerkmal ist "Forces Chrome to open new tabs instead of endless popup windows in Autotask".
Erweiterungsscreenshots
Autotask - Only with tabs.-Erweiterungs-CRX-Datei herunterladen
Laden Sie Autotask - Only with tabs.-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
Offizielle URL | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
Beschreibung | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
Dateigröße | 7.65 KB |
Installationsanzahl | 2,935 |
Aktuelle Version | 0.9 |
Letztes Update | 2021-02-09 |
Veröffentlichungsdatum | 2019-05-09 |
Bewertung | 4.08/5 Insgesamt 12 Bewertungen |
Entwickler | Sam Petch |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Invertee/Tabbed-Autotask |
Unterstützte Sprachen | 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" } |