ShareDocView.com - Get Leads via Doc Links

ShareDocView.com - Get Leads via Doc Links

O que é ShareDocView.com - Get Leads via Doc Links?

ShareDocView.com - Get Leads via Doc Links é uma extensão do Chrome desenvolvida por https://sharedocview.com, e sua principal característica é "ShareDocView.com - Get Leads via Doc Links".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ShareDocView.com - Get Leads via Doc Links

Baixe arquivos de extensão ShareDocView.com - Get Leads via Doc Links 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

                        Get the official ShareDocView.com Chrome Extension to Create new links while browsing any website, add new documents and access all your favorite features.

ShareDocView is a 📑 document sharing platform that helps you capture leads 🎣 with your content, using 🔐secure sharing, up-to-date 📊 analytics, and 🛬 landing pages.

ShareDocView makes it a 🌬 breeze to create document links that you can share with potential 💰investors, 📧email subscribers, and 🖥 website visitors.

🛂Control who can 👀 view or ⤵️ download your content by setting up different access rights for every unique link of the same document.
You'll be able to request that leads verify their emails with 🔐unique codes before viewing or downloading documents.

And you can test 🔗 unlimited links to compare results, as well as host documents on landing pages that capture leads with Google One Tap👇 sign-in, which 🔓 unlocks your valuable content.

Whether you’re sharing a 📄document or a 📈 pitch deck, your 📑 files will always be secure🔒.

You can add a password to open your link and use the 1-Click feature to disable access to your content within seconds.

Since everything 🔄 syncs up automatically, you’re even able to safely update documents without swapping out links.

ShareDocView also lets you add your company watermark, logo, and brand 🎨 colors to all your documents.

Share your professional content on a customized landing page, or embed documents into your current website so your files aren’t just run-of-the-mill PDFs.

You can even redirect users from the landing page to your full website by adding a URL to your company’s logo, which helps people discover more of your brand.

ShareDocView lets you 🐾 track your document’s performance in more ways than one.

You can opt in to receive notifications for every view and download, letting you follow up with leads while they’re still hot.

Track which pages or slides have the biggest drop-off, so you can to figure out what’s working and what needs to be condensed.

No matter what you change, you'll rest assured that anybody clicking on your link will see the latest version of your content.

Nobody likes being left in the dark when they send along a super important file. ("Well, guess it's in the cloud's hands now.")

ShareDocView gives you powerful analytics, secure link sharing, and high-converting landing pages you need to turn every document into a potential sale.

Share with confidence.💪

- - - 

ShareDocView is an alternative to
- Sending PDF, word or powerpoint attachments
- Docsend (more expensive, doesn't offer CNAME (https://www.sharedocview.com/cname) doesn't have the ability to show documents to anyone and ask for email only for download)
- Attach.io (more expensive, doesn't offer CNAME (https://www.sharedocview.com/cname) doesn't have the ability to show documents to anyone and ask for email only for download)
- Google Drive, Google Docs and Google Slides links (which cannot help you get verified email leads)
- PandaDoc (more expensive, doesn't offer CNAME (https://www.sharedocview.com/cname) doesn't have the ability to show documents to anyone and ask for email only for download)                    

Informações Básicas da Extensão

Nome ShareDocView.com - Get Leads via Doc Links ShareDocView.com - Get Leads via Doc Links
ID ogjfimijdladnppnmfjmgmbcgkjddaoo
URL Oficial https://chromewebstore.google.com/detail/sharedocviewcom-get-leads/ogjfimijdladnppnmfjmgmbcgkjddaoo
Descrição ShareDocView.com - Get Leads via Doc Links
Tamanho do Arquivo 497 KB
Contagem de Instalações 442
Versão Atual 0.0.4
Última Atualização 2022-09-15
Data de Publicação 2022-07-13
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor https://sharedocview.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://sharedocview.com/
URL da Página de Ajuda https://sharedocview.com/
URL da Página de Política de Privacidade https://sharedocview.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "ShareDocView.com - Get Leads via Doc Links",
    "description": "ShareDocView.com - Get Leads via Doc Links",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "ShareDocView.com - Get Leads via Doc Links",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "scripting",
        "declarativeNetRequest",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/app.sharedocview.com\/",
        "https:\/\/mail.google.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.sharedocview.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/lib\/browser-polyfill.js",
                "\/content.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "\/lib\/browser-polyfill.js",
                "contentGmail.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icon-34.png",
                "gmail.html"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}