Save to OneDrive

Save images, web content and screen capture to OneDrive

Save to OneDrive क्या है?

Save to OneDrive https://airsend.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save images, web content and screen capture to OneDrive"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to OneDrive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}