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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}