Veeva Web2PDF
Create a PDF of your website that captures user interactions and links.
What is Veeva Web2PDF?
Veeva Web2PDF is a Chrome extension developed by Veeva Web2PDF, and its main feature is "Create a PDF of your website that captures user interactions and links.".
Extension Screenshots
Download Veeva Web2PDF Extension CRX File
Download Veeva Web2PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Veeva Web2PDF |
ID | fkekkoekkbdfhkifdadejlofdilbcdel |
Official URL | https://chromewebstore.google.com/detail/veeva-web2pdf/fkekkoekkbdfhkifdadejlofdilbcdel |
Description | Create a PDF of your website that captures user interactions and links. |
File Size | 1.54 MB |
Installation Count | 2,846 |
Current Version | 23.3.4.0 |
Last Updated | 2024-02-03 |
Publish Date | 2020-03-04 |
Rating | 3.17/5 Total 12 Ratings |
Developer | Veeva Web2PDF |
[email protected] | |
Payment Type | free |
Extension Website | https://veevaweb2pdf.com/welcome |
Help Page URL | https://www.veevaweb2pdf.com/hints |
Privacy Policy Page URL | https://www.veeva.com/privacy |
Supported Languages | 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": [ " |