Effective Date: August 30, 2026 · Extension: PasteIt v1.1.0 · Developer: nabinkhanal00
chrome.storage.local. We have no servers, no analytics, no tracking.
PasteIt is a single-purpose Chrome extension that emulates keyboard typing to paste text into VM web consoles (VMware vSphere/ESXi, Proxmox, noVNC, etc.) where native clipboard paste is blocked by the remote console.
We collect no user data. As defined by Chrome Web Store policy, "collection" means transmission off the device. PasteIt never transmits data off the device.
document.activeElement to find the console input target and dispatches synthetic keyboard events for text you explicitly submit via the popup or shortcut. No page content is stored or transmitted.PasteIt uses chrome.storage.local solely on your device to provide core functionality:
lastText - last typed text, for Ctrl+Shift+V / Command+Shift+V retypehistory - up to 50 recent entries, de-duplicated, you can clear via "Clear History"snippets - named snippets you save explicitlyThis data never leaves your browser, is not synced, not sent to any server, and is not accessible to the developer.
192.168.x.x, 10.x.x.x, vcenter.company.local) that cannot be enumerated. The content script must run in any page/iframe to emulate keydown/keypress/keyup/input events for reliable typing. It only acts on explicit user action and only if the page has focus.No remote code is used. All JavaScript (background.js, content.js, popup.js) is bundled in the extension package. No external scripts, no eval(), no remote Wasm, no code fetched at runtime.
We do not sell, transfer, or share user data with third parties. We do not use data for purposes unrelated to the single purpose. We do not use data to determine creditworthiness or for lending purposes.
Data is retained locally until you clear it: use "Clear History" in the History tab, delete individual snippets, or uninstall/clear extension storage. Uninstalling the extension removes all locally stored data.
PasteIt does not target children and does not knowingly collect data from children.
Any changes will be posted on this page with updated effective date and reflected in the Chrome Web Store listing.
GitHub: github.com/nabinkhanal00/pasteit
Issues: github.com/nabinkhanal00/pasteit/issues
If you believe this policy is inaccurate, please open a GitHub issue.