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.은(는) Sam Petch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Forces Chrome to open new tabs instead of endless popup windows in Autotask"입니다.
확장 프로그램 스크린샷
Autotask - Only with tabs. 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } |