Office redirector

Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.

Office redirector क्या है?

Office redirector officeredirector द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint."।

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

screenshot
screenshot

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

crx प्रारूप में Office redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Allows office files to be opened directly from the web or older SharePoint versions by changing links to URI format. (SharePoint 2016 does this automatically). 

Supports:
  Powerpoint files (.ppt, .pptx, .pptm)
  Word files (.doc, .docx)
  Excel files (.xls, .xlsx)
  Visio files (.vsd, .vsdx, .vsdm)

How to use:
  After plugin is installed, you'll need to add your legacy sharepoint site urls to the list of sites by clicking on a plugin icon.

Version history:
  0.6: Visio files support added.
  0.7: Bug with loss of configuration upon browser restart is fixed.
  0.8: Removed unneeded permission and got rid of underscore.js
  0.9: Preparing to migrate to manifest v3

Based on [Chrome redirects extension](https://chrome.google.com/webstore/detail/switcheroo-redirector/cnmciclhnghalnpfhhleggldniplelbg?hl=en).                    

एक्सटेंशन की मूल जानकारी

नाम Office redirector Office redirector
ID kkjlehpaghmppmkfihgiejaaapgkinai
आधिकारिक URL https://chromewebstore.google.com/detail/office-redirector/kkjlehpaghmppmkfihgiejaaapgkinai
विवरण Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.
फ़ाइल का आकार 66.96 KB
स्थापना संख्या 544
वर्तमान संस्करण 0.9
अंतिम अपडेट 2022-08-24
प्रकाशन तिथि 2018-11-22
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर officeredirector
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/imsh/OfficeRedirector
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Office redirector",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.",
    "browser_action": {
        "default_icon": "Office_redirector_16.png",
        "default_title": "Office redirector",
        "default_popup": "officeredirector.html"
    },
    "icons": {
        "16": "Office_redirector_16.png",
        "48": "Office_redirector_48.png",
        "128": "Office_redirector_128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "RulesService.js",
            "RuleMatcher.js",
            "background.js"
        ]
    }
}