PDF to Excel

Convert PDF Files to Excel Online in Seconds!

O que é PDF to Excel?

PDF to Excel é uma extensão do Chrome desenvolvida por https://zonepdf.com, e sua principal característica é "Convert PDF Files to Excel Online in Seconds!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão PDF to Excel

Baixe arquivos de extensão PDF to Excel 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

                        Convert PDF to Excel Online

Fast and easy way to convert PDF files

Select or drag your files, then click the Convert button to download your converted files.
All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

Informações Básicas da Extensão

Nome PDF to Excel PDF to Excel
ID ikipcddmebnahnagoekcipjeefoampmn
URL Oficial https://chromewebstore.google.com/detail/pdf-to-excel/ikipcddmebnahnagoekcipjeefoampmn
Descrição Convert PDF Files to Excel Online in Seconds!
Tamanho do Arquivo 28.46 KB
Contagem de Instalações 11,350
Versão Atual 1.7
Última Atualização 2022-11-10
Data de Publicação 2019-02-09
Classificação 3.56/5 Total de 9 Avaliações
Desenvolvedor https://zonepdf.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zonepdf.com/
URL da Página de Ajuda https://zonepdf.com/contacts
URL da Página de Política de Privacidade https://zonepdf.com/privacy
Idiomas Suportados de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "1.7",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-pdf-excel-128.png"
    },
    "icons": {
        "96": "icon-pdf-excel-96.png",
        "128": "icon-pdf-excel-128.png"
    }
}