Veeva Web2PDF
Create a PDF of your website that captures user interactions and links.
Cos'è Veeva Web2PDF?
Veeva Web2PDF è un'estensione di Chrome sviluppata da Veeva Web2PDF, e la sua funzione principale è "Create a PDF of your website that captures user interactions and links.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Veeva Web2PDF
Scarica i file di estensione Veeva Web2PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Veeva Web2PDF |
ID | fkekkoekkbdfhkifdadejlofdilbcdel |
URL Ufficiale | https://chromewebstore.google.com/detail/veeva-web2pdf/fkekkoekkbdfhkifdadejlofdilbcdel |
Descrizione | Create a PDF of your website that captures user interactions and links. |
Dimensione del File | 1.54 MB |
Conteggio Installazioni | 2,846 |
Versione Corrente | 23.3.4.0 |
Ultimo Aggiornamento | 2024-02-03 |
Data di Pubblicazione | 2020-03-04 |
Valutazione | 3.17/5 Totale 12 Valutazioni |
Sviluppatore | Veeva Web2PDF |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://veevaweb2pdf.com/welcome |
URL della Pagina di Aiuto | https://www.veevaweb2pdf.com/hints |
URL della Pagina della Politica sulla Privacy | https://www.veeva.com/privacy |
Lingue Supportate | 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": [ " |