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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |