Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
Vad är Autotask - Only with tabs.?
Autotask - Only with tabs. är en Chrome-tillägg utvecklad av Sam Petch, och dess huvudfunktion är "Forces Chrome to open new tabs instead of endless popup windows in Autotask".
Tilläggsskärmbilder
Ladda ner Autotask - Only with tabs.-förlängningens CRX-fil
Ladda ner Autotask - Only with tabs.-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
Officiell webbadress | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
Beskrivning | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
Filstorlek | 7.65 KB |
Antal Installationer | 2,935 |
Aktuell Version | 0.9 |
Senast Uppdaterad | 2021-02-09 |
Publiceringsdatum | 2019-05-09 |
Betyg | 4.08/5 Totalt 12 Betyg |
Utvecklare | Sam Petch |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Invertee/Tabbed-Autotask |
Stödda Språk | 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" } |