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 là gì?

Office redirector là một tiện ích mở rộng Chrome được phát triển bởi officeredirector, và tính năng chính của nó là "Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Office redirector

Tải xuống các tệp mở rộng Office redirector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Office redirector Office redirector
ID kkjlehpaghmppmkfihgiejaaapgkinai
URL Chính Thức https://chromewebstore.google.com/detail/office-redirector/kkjlehpaghmppmkfihgiejaaapgkinai
Mô tả Changes links to office files to URI format which allows these files to be opened directly from the web or SharePoint.
Kích Thước Tệp 66.96 KB
Số Lần Cài Đặt 544
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2022-08-24
Ngày Phát Hành 2018-11-22
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển officeredirector
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/imsh/OfficeRedirector
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}