MyOfficeTab

Quick access and search for your Google Drive documents directly on your browser NewTab page.

MyOfficeTabคืออะไร?

MyOfficeTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MyOfficeTab และคุณลักษณะหลักของมันคือ "Quick access and search for your Google Drive documents directly on your browser NewTab page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyOfficeTab

ดาวน์โหลดไฟล์ส่วนขยาย MyOfficeTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    ]
}