Save to OneDrive

Save images, web content and screen capture to OneDrive

Save to OneDrive란 무엇입니까?

Save to OneDrive은(는) https://airsend.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save images, web content and screen capture to OneDrive"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Save to OneDrive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Save to OneDrive Save to OneDrive
ID clalmipngagbenbolclhinppjkincghn
공식 URL https://chromewebstore.google.com/detail/save-to-onedrive/clalmipngagbenbolclhinppjkincghn
설명 Save images, web content and screen capture to OneDrive
파일 크기 133 KB
설치 횟수 45,448
현재 버전 1.1.0
최근 업데이트 2020-02-05
출시 날짜 2020-02-01
평점 3.48/5 총 81 개의 평점
개발자 https://airsend.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.airsend.io/
개인정보 보호 정책 페이지 URL https://www.getfilecloud.com/privacy
지원되는 언어 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"
    ]
}