AppStartTab
Get app shortcuts on your new tab.
AppStartTab란 무엇입니까?
AppStartTab은(는) Netpoint Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get app shortcuts on your new tab."입니다.
확장 프로그램 스크린샷
AppStartTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you work all day in apps like Spreadsheets, Docs, Drive and others, then this extension will save you time and effort by putting links to these apps right on your new tab page. The new tab page includes search services provided by Bing. By clicking "Add to Chrome", I accept and agree to installing the App Start Tab extension which will replace the default Chrome new tab page. For more information, please visit: Privacy Policy: https://appstarttab.com/privacy-policy/ Terms of Use: https://appstarttab.com/terms-of-service/ Uninstall Information: https://appstarttab.com/uninstall/ Contact Us: 27758 Santa Margarita Parkway Suite 142 Mission Viejo, CA 92691 [email protected] (949) 259-6915 Permissions requested by this extension: Management Justification: Used to retrieve the extensions/apps installed and running for the user.
확장 프로그램 기본 정보
이름 | AppStartTab |
ID | jdogmlcmbkclphbhmbidcilnbdaokhbb |
공식 URL | https://chromewebstore.google.com/detail/appstarttab/jdogmlcmbkclphbhmbidcilnbdaokhbb |
설명 | Get app shortcuts on your new tab. |
파일 크기 | 137 KB |
설치 횟수 | 11,147 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2022-09-14 |
출시 날짜 | 2020-11-12 |
개발자 | Netpoint Media |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chromeappstart.com |
개인정보 보호 정책 페이지 URL | https://productivtab.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AppStartTab", "short_name": "AppStartTab", "description": "Get app shortcuts on your new tab.", "version": "1.1.2", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "img\/icon128.png", "64": "img\/icon64.png", "32": "img\/icon32.png", "16": "img\/icon16.png" }, "background": { "service_worker": "background.js" } } |