NetDocuments

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

O que é NetDocuments?

NetDocuments é uma extensão do Chrome desenvolvida por NetDocuments, e sua principal característica é "If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NetDocuments

Baixe arquivos de extensão NetDocuments no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NetDocuments NetDocuments
ID fkbfgpllpbhbofnhkefnfeignnanciie
URL Oficial https://chromewebstore.google.com/detail/netdocuments/fkbfgpllpbhbofnhkefnfeignnanciie
Descrição If you wish to remove the NetDocuments Extension, please BACKUP your list of connected sites in case you want to reinstall later.
Tamanho do Arquivo 2.16 MB
Contagem de Instalações 230,845
Versão Atual 1.8.0.333
Última Atualização 2023-04-28
Data de Publicação 2020-03-16
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor NetDocuments
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.netdocuments.com/legal/privacy-policy
Idiomas Suportados 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
}