NetDocuments

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

Qu'est-ce que NetDocuments ?

NetDocuments est une extension Chrome développée par NetDocuments, et sa fonction principale est "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NetDocuments

Téléchargez les fichiers d'extension NetDocuments au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NetDocuments NetDocuments
ID fkbfgpllpbhbofnhkefnfeignnanciie
URL Officiel https://chromewebstore.google.com/detail/netdocuments/fkbfgpllpbhbofnhkefnfeignnanciie
Description If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.
Taille du Fichier 2.16 MB
Nombre d'Installations 230,845
Version Actuelle 1.8.0.333
Dernière Mise à Jour 2023-04-28
Date de Publication 2020-03-16
Évaluation 4.75/5 Total 4 Évaluations
Développeur NetDocuments
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.netdocuments.com/legal/privacy-policy
Langues Prises en Charge 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
}