ShareDocView.com - Get Leads via Doc Links

ShareDocView.com - Get Leads via Doc Links

Co je ShareDocView.com - Get Leads via Doc Links?

ShareDocView.com - Get Leads via Doc Links je rozšíření Chrome vyvinuté https://sharedocview.com, a jeho hlavní funkcí je „ShareDocView.com - Get Leads via Doc Links“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ShareDocView.com - Get Leads via Doc Links

Stáhněte si soubory rozšíření ShareDocView.com - Get Leads via Doc Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název ShareDocView.com - Get Leads via Doc Links ShareDocView.com - Get Leads via Doc Links
ID ogjfimijdladnppnmfjmgmbcgkjddaoo
Oficiální URL https://chromewebstore.google.com/detail/sharedocviewcom-get-leads/ogjfimijdladnppnmfjmgmbcgkjddaoo
Popis ShareDocView.com - Get Leads via Doc Links
Velikost souboru 497 KB
Počet instalací 442
Aktuální Verze 0.0.4
Poslední Aktualizace 2022-09-15
Datum Vydání 2022-07-13
Hodnocení 5.00/5 Celkem 10 Hodnocení
Vývojář https://sharedocview.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://sharedocview.com/
URL Stránky Nápovědy https://sharedocview.com/
URL Stránky Zásad Ochrany Soukromí https://sharedocview.com/privacy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}