Drive Gate

Extension for fast access to Drive folders and files

Drive Gateคืออะไร?

Drive Gate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย drive.gate.ce และคุณลักษณะหลักของมันคือ "Extension for fast access to Drive folders and files"

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

screenshot
screenshot
screenshot

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

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

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

                        This chrome extension provides the one click access to your recent Drive files and folders. It saves time and allows you to quickly access the latest files and folders you have used. You can also save the files to a saved list and access them quickly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Drive Gate Drive Gate
ID bgamacamkcfldmmfhlonkhfkdkpddbhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drive-gate/bgamacamkcfldmmfhlonkhfkdkpddbhg
คำอธิบาย Extension for fast access to Drive folders and files
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.5.2
อัปเดตครั้งล่าสุด 2021-01-07
วันที่เผยแพร่ 2020-04-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา drive.gate.ce
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drive Gate",
    "description": "Extension for fast access to Drive folders and files",
    "author": "GGDevMan",
    "version": "1.5.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon32.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "MacCtrl+Shift+A"
            },
            "description": "Drive Gate"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "identity",
        "storage"
    ],
    "oauth2": {
        "client_id": "1062598236381-tqnhastd1uocpdr7rnjebvgl3lmafusd.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    }
}