NetDocuments

If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.

什么是NetDocuments?

NetDocuments是由NetDocuments开发的Chrome扩展程序,该扩展的主要功能是“If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.”。

扩展截图

screenshot
screenshot
screenshot

下载NetDocuments扩展crx文件

下载NetDocuments扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simplifies the process for uploading documents stored in NetDocuments to other websites!

With this new Chrome extension, you can identify websites that you wish to connect to NetDocuments. Once connected, the website's [ Browse ] or [ Upload ] button will display a NetDocuments window which allows you to select the file(s) to be uploaded. Additional options allow you to convert the selected files to PDF, and to return the newly created PDF to NetDocuments as a new version.                    

扩展基本信息

名称 NetDocuments NetDocuments
ID fkbfgpllpbhbofnhkefnfeignnanciie
官方URL https://chromewebstore.google.com/detail/netdocuments/fkbfgpllpbhbofnhkefnfeignnanciie
简介 If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.
文件大小 2.16 MB
安装次数 230,845
当前版本 1.8.0.333
更新时间 2023-04-28
上架时间 2020-03-16
评分 4.75/5 共4次评分
开发者 NetDocuments
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.netdocuments.com/legal/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetDocuments",
    "description": "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.",
    "version": "1.8.0.333",
    "author": "NetDocuments Software Inc.",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "management",
        "webRequest"
    ],
    "action": {
        "default_title": "",
        "default_icon": "images\/nd.png",
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "images\/128x128\/nd.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/nd.png",
                "netDocumentsFrame.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}