License Buddy Free

This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!

什麼是License Buddy Free?

License Buddy Free是由https://licensebuddy.io開發的Chrome擴展程式,該擴展的主要功能是“This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載License Buddy Free擴展crx文件

下載License Buddy Free擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 License Buddy Free License Buddy Free
ID gnhdlhgpjmdbojpimcdmmjadmonjkkfe
官方網址 https://chromewebstore.google.com/detail/license-buddy-free/gnhdlhgpjmdbojpimcdmmjadmonjkkfe
簡介 This browser extension fills in your information automatically. No more copying and pasting - let License Buddy take care of it!
檔案大小 47.39 KB
安裝次數 296
目前版本 3.5.0
更新時間 2023-07-17
上架時間 2022-04-20
評分 5.00/5 共 4 次評分
開發者 https://licensebuddy.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://licensebuddy.io
說明頁面URL https://feedback.licensebuddy.io
支援的語言 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"
    ]
}