Autotask - Only with tabs.
Forces Chrome to open new tabs instead of endless popup windows in Autotask
ما هو Autotask - Only with tabs.؟
Autotask - Only with tabs. هو إضافة Chrome تم تطويرها بواسطة Sam Petch، والميزة الرئيسية لها هي "Forces Chrome to open new tabs instead of endless popup windows in Autotask".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Autotask - Only with tabs.
قم بتنزيل ملفات الامتداد Autotask - Only with tabs. بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Autotask - Only with tabs. |
ID | onanbpdhdbngpgacgppdggppfpogobdf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/autotask-only-with-tabs/onanbpdhdbngpgacgppdggppfpogobdf |
الوصف | Forces Chrome to open new tabs instead of endless popup windows in Autotask |
حجم الملف | 7.65 KB |
عدد التثبيتات | 2,935 |
النسخة الحالية | 0.9 |
آخر تحديث | 2021-02-09 |
تاريخ النشر | 2019-05-09 |
تقييم | 4.08/5 مجموع تقييمات 12 |
المطور | Sam Petch |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Invertee/Tabbed-Autotask |
اللغات المدعومة | 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" } |