Drive Anywhere

One click unlocks a faster, more convenient dashboard for your Google Drive files with this free browser extension!

Drive Anywhereคืออะไร?

Drive Anywhere เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tragic และคุณลักษณะหลักของมันคือ "One click unlocks a faster, more convenient dashboard for your Google Drive files with this free browser extension!"

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

screenshot

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

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

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

                        ** THE NEW VERSION IS VERIFIED WITH GOOGLE AND WORKING **
- We appreciate everyone's patience as we worked through the verification issues with Google -

Drive Anywhere enables you to create, open, edit, move, rename, or delete files in your Google Drive account without leaving your current page. One click will pop open a view of your Drive files and folder, and from there you can work away:
 
* Move, rename, delete multiple files at once *
Boosts the power of Drive in your browser by allowing bulk actions on files.

* Drag’n’drop upload *
Simply drag and drop to quickly upload new files or folders to your account.

* Open, edit, move, and rename files now *
Save time and reduce tabs by opening Drive files in your current window for quicker access and collaboration.

* Search, favorite, and other Drive features available *
The regular Drive features are still functional in the extension!

* Easily switch between Google Drive accounts *

* Reorganize files by title, owner, and last modified *


Install now and Drive Anywhere today!                    

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

ชื่อ Drive Anywhere Drive Anywhere
ID mbfgfkjjjbniomkdenjomocahmcjiheb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/drive-anywhere/mbfgfkjjjbniomkdenjomocahmcjiheb
คำอธิบาย One click unlocks a faster, more convenient dashboard for your Google Drive files with this free browser extension!
ขนาดไฟล์ 689 KB
จำนวนการติดตั้ง 1,557
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2021-06-19
วันที่เผยแพร่ 2014-09-26
คะแนน 3.65/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา Tragic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://drive-anywhere.com
URL หน้าช่วยเหลือ http://drive-anywhere.com
URL หน้านโยบายความเป็นส่วนตัว https://www.drive-anywhere.com/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drive Anywhere",
    "short_name": "Drive Anywhere",
    "version": "2.0.3",
    "description": "One click unlocks a faster, more convenient dashboard for your Google Drive files with this free browser extension!",
    "browser_action": {
        "default_icon": {
            "19": "images\/driveanywhere_icon.png",
            "38": "images\/driveanywhere_icon.png"
        },
        "default_title": "Drive Anywhere!",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "images\/driveanywhere_icon.png",
        "48": "images\/driveanywhere_icon.png",
        "128": "images\/driveanywhere_icon.png"
    },
    "oauth2": {
        "client_id": "668521801152-rp9v2v96ft6vdqt0l8eqriicjetfv1h4.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "minimum_chrome_version": "32.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs=' https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/code.jquery.com https:\/\/cdn.jsdelivr.net https:\/\/stackpath.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "identity",
        "*:\/\/*.google.com\/",
        "*:\/\/ssl.gstatic.com\/",
        "*:\/\/www.google-analytics.com\/",
        "*:\/\/*.googleapis.com\/"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgrR5\/LCcAG+AThZ8eX3kuf3+\/20f7IccyXDzVn7eqNfPCOsc4GtTou3n9vbj3lGzynQMjsA\/ne3LjA\/8u8yM16PqXxoCPNc00RXB8Arc4OOHW+24Hlu5b4afEMKa6vEHJ\/MuXrxV+mL\/2kMQFZD7DoYrFsySdUz1j26S1m19+b0elfYNqj8utH938T3dv4wTNy6PNd7D+GYF7hsi5syPpVLmyeTytArECdDlSfRGxeqRAS5JfRfy30rgFKhF1B0JSVaf8n4M6008tCv26f+H6Kgwd50n23nrkoqQZOhtck3ZyibKdv8RxmAyFO4CRP3KsNwn\/wXIjzzhe4KmxWCxwQIDAQAB"
}