MyOfficeTab
Quick access and search for your Google Drive documents directly on your browser NewTab page.
MyOfficeTab란 무엇입니까?
MyOfficeTab은(는) MyOfficeTab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick access and search for your Google Drive documents directly on your browser NewTab page."입니다.
확장 프로그램 스크린샷
MyOfficeTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension configures your browser new tab to provide following features: Access your Google docs link in new tab. Convenient web Search Shortcut Links in the top bar to make your day productive To remove our extension from Google Chrome: 1) Click on the three horizontal lines icon in the upper right-hand corner of your Chrome browser. 2) Go to "Settings". 3) In the menu that appears click on "Extensions". 4) From the list of installed Extensions, find the name of the toolbar extension you wish to uninstall. 5) Click on the trash can icon to the right of "Enable" (for the toolbar extension you wish to uninstall). 6) Close your browser completely and reopen it. Our toolbar extension should be removed from your Chrome browser.
확장 프로그램 기본 정보
이름 | MyOfficeTab |
ID | efaaaiddmmcbkijhpmfpbgidlmcihmie |
공식 URL | https://chromewebstore.google.com/detail/myofficetab/efaaaiddmmcbkijhpmfpbgidlmcihmie |
설명 | Quick access and search for your Google Drive documents directly on your browser NewTab page. |
파일 크기 | 25.79 KB |
설치 횟수 | 50 |
현재 버전 | 1.0.18.803 |
최근 업데이트 | 2018-08-09 |
출시 날짜 | 2018-08-08 |
개발자 | MyOfficeTab |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://myofficetab.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyOfficeTab", "short_name": "myofficetab", "description": "Quick access and search for your Google Drive documents directly on your browser NewTab page.", "version": "1.0.18.803", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/index.html" }, "browser_action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "MyOfficeTab", "default_popup": "popup\/popup.html" }, "background": { "page": "background\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.myofficetab.com\/*" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "*:\/\/newtab.myofficetab.com\/43\/default\/*" ], "js": [ "tabContent.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "*:\/\/*.myofficetab.com\/*", "cookies", "storage", "tabs", "management" ], "manifest_version": 2, "web_accessible_resources": [ "\/icons\/16.png" ] } |