Save to OneDrive

Save images, web content and screen capture to OneDrive

O que é Save to OneDrive?

Save to OneDrive é uma extensão do Chrome desenvolvida por https://airsend.io, e sua principal característica é "Save images, web content and screen capture to OneDrive".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Save to OneDrive

Baixe arquivos de extensão Save to OneDrive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Save to OneDrive Save to OneDrive
ID clalmipngagbenbolclhinppjkincghn
URL Oficial https://chromewebstore.google.com/detail/save-to-onedrive/clalmipngagbenbolclhinppjkincghn
Descrição Save images, web content and screen capture to OneDrive
Tamanho do Arquivo 133 KB
Contagem de Instalações 45,448
Versão Atual 1.1.0
Última Atualização 2020-02-05
Data de Publicação 2020-02-01
Classificação 3.48/5 Total de 81 Avaliações
Desenvolvedor https://airsend.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.airsend.io/
URL da Página de Política de Privacidade https://www.getfilecloud.com/privacy
Idiomas Suportados 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"
    ]
}