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
Eメール [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
}