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 هو إضافة Chrome تم تطويرها بواسطة https://sharedocview.com، والميزة الرئيسية لها هي "ShareDocView.com - Get Leads via Doc Links".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ShareDocView.com - Get Leads via Doc Links

قم بتنزيل ملفات الامتداد ShareDocView.com - Get Leads via Doc Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://sharedocview.com/
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}