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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}