Save to OneDrive

Save images, web content and screen capture to OneDrive

Save to OneDrive là gì?

Save to OneDrive là một tiện ích mở rộng Chrome được phát triển bởi https://airsend.io, và tính năng chính của nó là "Save images, web content and screen capture to OneDrive".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save to OneDrive

Tải xuống các tệp mở rộng Save to OneDrive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save to OneDrive chrome extension allows users to right click any file (documents, images, audio and video) and save to their Microsoft OneDrive.  One can take screenshots of entire page and save to their OneDrive. Users can also choose the target folder where one want to store the files.

Note: It is a 3rd party extension provided by AirSend - World's First Digital Workspace for Professionals. AirSend helps you to share documents, send messages, sign contracts and complete transactions in a single elegant workspace.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save to OneDrive Save to OneDrive
ID clalmipngagbenbolclhinppjkincghn
URL Chính Thức https://chromewebstore.google.com/detail/save-to-onedrive/clalmipngagbenbolclhinppjkincghn
Mô tả Save images, web content and screen capture to OneDrive
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 45,448
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-02-05
Ngày Phát Hành 2020-02-01
Đánh Giá 3.48/5 Tổng số 81 Đánh Giá
Nhà Phát Triển https://airsend.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.airsend.io/
URL Trang Chính Sách Bảo Mật https://www.getfilecloud.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "19": "img\/ext_icons\/19.png",
        "38": "img\/ext_icons\/38.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/utils.js",
            "js\/helpers\/log.js",
            "js\/screenshot-background.js",
            "js\/od.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "",
        "identity",
        "storage",
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}