License Buddy Free
This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!
Qu'est-ce que License Buddy Free ?
License Buddy Free est une extension Chrome développée par https://licensebuddy.io, et sa fonction principale est "This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension License Buddy Free
Téléchargez les fichiers d'extension License Buddy Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
License Buddy is a must-have Chrome extension for anyone who builds websites or uses plugins or themes. With License Buddy, you can easily manage and auto-fill your license keys in just one click, saving you time and hassle. Features: - One-click to fill in license. - One-click favourite a license. - Easily copy and paste your license keys. - Bulk import your licenses from a CSV file. - Aim Mode: Just copy and click on any input filed and the license will be pasted to it. - Auto Submit: Once filled, the form gets submitted to save an extra click. - (New) Selector Helper: We have introduced a selector helper to make it easier for users to grab selectors from pages. Usage: Using License Buddy is simple. Just install the extension from the Chrome Web Store, add your license keys manually, or bulk import them from a CSV file. Then, click on the extension icon whenever you need to fill in a license input field. The extension will automatically detect the page and prepare the key accordingly. License Buddy is the quickest and simplest way to manage your license keys! Here's the CSV Template to use: https://docs.google.com/spreadsheets/d/19K_9UGzNwmXw7fY0jjTvgXO9h2cKuL_pDRc41_oTDco/edit?usp=sharing
Informations de Base sur l'Extension
Nom | License Buddy Free |
ID | gnhdlhgpjmdbojpimcdmmjadmonjkkfe |
URL Officiel | https://chromewebstore.google.com/detail/license-buddy-free/gnhdlhgpjmdbojpimcdmmjadmonjkkfe |
Description | This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it! |
Taille du Fichier | 47.39 KB |
Nombre d'Installations | 296 |
Version Actuelle | 3.5.0 |
Dernière Mise à Jour | 2023-07-17 |
Date de Publication | 2022-04-20 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://licensebuddy.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://licensebuddy.io |
URL de la Page d'Aide | https://feedback.licensebuddy.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "License Buddy Free", "description": "This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!", "homepage_url": "https:\/\/licensebuddy.io", "version": "3.5.0", "author": "Nour", "action": { "default_title": "Quickly fill your input fields", "default_popup": "index.html" }, "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "permissions": [ "activeTab", "scripting", "identity" ] } |