Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
Hvad er Autotask - Only with tabs.?
Autotask - Only with tabs. er en Chrome-udvidelse udviklet af Sam Petch, og dens hovedfunktion er "Forces Chrome to open new tabs instead of endless popup windows in Autotask".
Udvidelsesskærmbilleder
Download Autotask - Only with tabs.-udvidelses-CRX-fil
Download Autotask - Only with tabs.-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
Officiel URL | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
Beskrivelse | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
Filstørrelse | 7.65 KB |
Antal Installationer | 2,935 |
Nuværende Version | 0.9 |
Senest Opdateret | 2021-02-09 |
Udgivelsesdato | 2019-05-09 |
Bedømmelse | 4.08/5 Samlet 12 Bedømmelser |
Udvikler | Sam Petch |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Invertee/Tabbed-Autotask |
Understøttede Sprog | 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" } |