ShareDocView.com - Get Leads via Doc Links

ShareDocView.com - Get Leads via Doc Links

什么是ShareDocView.com - Get Leads via Doc Links?

ShareDocView.com - Get Leads via Doc Links是由https://sharedocview.com开发的Chrome扩展程序,该扩展的主要功能是“ShareDocView.com - Get Leads via Doc Links”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载ShareDocView.com - Get Leads via Doc Links扩展crx文件

下载ShareDocView.com - Get Leads via Doc Links扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 ShareDocView.com - Get Leads via Doc Links ShareDocView.com - Get Leads via Doc Links
ID ogjfimijdladnppnmfjmgmbcgkjddaoo
官方URL https://chromewebstore.google.com/detail/sharedocviewcom-get-leads/ogjfimijdladnppnmfjmgmbcgkjddaoo
简介 ShareDocView.com - Get Leads via Doc Links
文件大小 497 KB
安装次数 442
当前版本 0.0.4
更新时间 2022-09-15
上架时间 2022-07-13
评分 5.00/5 共10次评分
开发者 https://sharedocview.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://sharedocview.com/
帮助页面URL https://sharedocview.com/
隐私政策页面URL https://sharedocview.com/privacy
支持的语言 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\/*"
            ]
        }
    ]
}