Save to OneDrive

Save images, web content and screen capture to OneDrive

Что такое Save to OneDrive?

Save to OneDrive - это расширение Chrome, разработанное https://airsend.io, и его основная функция - "Save images, web content and screen capture to OneDrive".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Save to OneDrive

Скачайте файлы расширений Save to OneDrive в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}