Veeva Web2PDF

Create a PDF of your website that captures user interactions and links.

Veeva Web2PDFคืออะไร?

Veeva Web2PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Veeva Web2PDF และคุณลักษณะหลักของมันคือ "Create a PDF of your website that captures user interactions and links."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Veeva Web2PDF

ดาวน์โหลดไฟล์ส่วนขยาย Veeva Web2PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        We understand that dynamic and interactive elements can make up a large portion of your website. Dynamic elements are any aspects of a webpage that may not be displayed immediately as the page loads, such as an image slider, dropdown menu, or questionnaire. These elements are usually JavaScript-based and may require some user interaction.
 
You can browse your site and drop hints along the way with Hintify mode. Right click on anything you want to add a hint to and the Veeva Web2PDF Chrome extension automatically translates your clicks into hint actions that you can easily preview by generating a PDF directly from the Chrome extension. These hints are saved locally to your computer and you can share them with others by downloading a .json file from the Hint Tab. You can also download your hints as a .js file to make them permanent on your website via touchless hints.
 
To learn more, please visit https://www.veevaweb2pdf.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Veeva Web2PDF Veeva Web2PDF
ID fkekkoekkbdfhkifdadejlofdilbcdel
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/veeva-web2pdf/fkekkoekkbdfhkifdadejlofdilbcdel
คำอธิบาย Create a PDF of your website that captures user interactions and links.
ขนาดไฟล์ 1.54 MB
จำนวนการติดตั้ง 2,846
เวอร์ชันปัจจุบัน 23.3.4.0
อัปเดตครั้งล่าสุด 2024-02-03
วันที่เผยแพร่ 2020-03-04
คะแนน 3.17/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Veeva Web2PDF
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://veevaweb2pdf.com/welcome
URL หน้าช่วยเหลือ https://www.veevaweb2pdf.com/hints
URL หน้านโยบายความเป็นส่วนตัว https://www.veeva.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Veeva Web2PDF",
    "version": "23.3.4.0",
    "description": "Create a PDF of your website that captures user interactions and links.",
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Web2pdf Hint Selector",
        "default_icon": ".\/icons\/V32.png",
        "default_popup": "\/templates\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "http:\/\/127.0.0.1:8991\/webcrawler\/crawl\/*",
                "https:\/\/www.veevaweb2pdf.com\/crawl\/*",
                "https:\/\/qaweb2pdf.vaultpdf.com\/crawl\/*",
                "https:\/\/devweb2pdf.vaultpdf.com\/crawl\/*"
            ],
            "css": [
                "styles\/elementSelector.css"
            ],
            "js": [
                "scripts\/elementSelector.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "http:\/\/127.0.0.1:8991\/webcrawler\/crawl\/*",
                "https:\/\/www.veevaweb2pdf.com\/crawl\/*",
                "https:\/\/qaweb2pdf.vaultpdf.com\/crawl\/*",
                "https:\/\/devweb2pdf.vaultpdf.com\/crawl\/*"
            ],
            "css": [
                "styles\/credentialValidationService.css"
            ],
            "js": [
                "scripts\/credentialValidationService.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "exclude_globs": [
                "http:\/\/127.0.0.1:8991\/webcrawler\/crawl\/*",
                "https:\/\/www.veevaweb2pdf.com\/crawl\/*",
                "https:\/\/qaweb2pdf.vaultpdf.com\/crawl\/*",
                "https:\/\/devweb2pdf.vaultpdf.com\/crawl\/*"
            ],
            "css": [
                "styles\/hintLimitPopup.css"
            ],
            "js": [
                "scripts\/hintLimitService.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "icons\/V16.png",
        "32": "icons\/V32.png",
        "48": "icons\/V48.png",
        "128": "icons\/V128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/eventPopupFullV2.html",
                "templates\/credentialPopup.html",
                "templates\/hintLimitAlert.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3,
    "short_name": "Web2PDF",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}