Save to OneDrive

Save images, web content and screen capture to OneDrive

Co je Save to OneDrive?

Save to OneDrive je rozšíření Chrome vyvinuté https://airsend.io, a jeho hlavní funkcí je „Save images, web content and screen capture to OneDrive“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Save to OneDrive

Stáhněte si soubory rozšíření Save to OneDrive ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Save to OneDrive Save to OneDrive
ID clalmipngagbenbolclhinppjkincghn
Oficiální URL https://chromewebstore.google.com/detail/save-to-onedrive/clalmipngagbenbolclhinppjkincghn
Popis Save images, web content and screen capture to OneDrive
Velikost souboru 133 KB
Počet instalací 45,448
Aktuální Verze 1.1.0
Poslední Aktualizace 2020-02-05
Datum Vydání 2020-02-01
Hodnocení 3.48/5 Celkem 81 Hodnocení
Vývojář https://airsend.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.airsend.io/
URL Stránky Zásad Ochrany Soukromí https://www.getfilecloud.com/privacy
Podporované Jazyky 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"
    ]
}