One Click Checkout for WHMCS

One Click Checkout helps you automatically fill out WHMCS checkout forms and efficiently generate orders with one click.

One Click Checkout for WHMCS란 무엇입니까?

One Click Checkout for WHMCS은(는) https://theinspiredgroup.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One Click Checkout helps you automatically fill out WHMCS checkout forms and efficiently generate orders with one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

One Click Checkout for WHMCS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        No one want to spend hours (an exaggeration) on WHMCS checkout alone. One Click Checkout offer a simple solution that puts customer experience at the forefront. 

What is One Click Checkout?

When you imagine an checkout experience  for purchasing a server, you probably see a number of form fields, like Hostname, NS Prefix, Root Password, Operating System and credit card information. This process may be several pages long, requiring shoppers to click through a lengthy group of forms just to end up clicking ‘Buy’ five minutes after they clicked ‘Checkout’ in their cart.

One Click Checkout throws all of that out the window. With just one click (OK, maybe two or three in some instances, but the sentiment remains the same), users can fill out their checkout information and purchase a product without ever having to create an account or fill out lengthy forms. 

How does One Click Checkout work? 

On the order page of WHMCS, One Click Checkout will automatically populate the values of the fields that need to be filled in to add to the cart, create the order directly and jump to the payment page. 

The merchant will inform you of these random values in the server information email and they can be changed manually after the server is successfully deployed.

Checkout has never been this easy. Try it out!

Support Sites:

* RackNerd
* SpartanHost
* GreenCloudVPS
* etc...                    

확장 프로그램 기본 정보

이름 One Click Checkout for WHMCS One Click Checkout for WHMCS
ID gbcgmfgnmfmjiebceinhgbjohdblnjcm
공식 URL https://chromewebstore.google.com/detail/one-click-checkout-for-wh/gbcgmfgnmfmjiebceinhgbjohdblnjcm
설명 One Click Checkout helps you automatically fill out WHMCS checkout forms and efficiently generate orders with one click.
파일 크기 43.43 KB
설치 횟수 1,049
현재 버전 1.4.0
최근 업데이트 2024-02-07
출시 날짜 2022-12-05
개발자 https://theinspiredgroup.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.theinspiredgroup.com/one-click-checkout/
도움말 페이지 URL https://www.theinspiredgroup.com/one-click-checkout/
개인정보 보호 정책 페이지 URL https://www.theinspiredgroup.com/privacy-policy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 3,
    "icons": {
        "16": "logo16.png",
        "32": "logo32.png",
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "default_locale": "zh_CN",
    "description": "__MSG_extDesc__",
    "author": "The Inspired Group",
    "permissions": [
        "background",
        "declarativeNetRequest"
    ],
    "background": {
        "service_worker": "source\/background.js"
    },
    "homepage_url": "https:\/\/www.theinspiredgroup.com\/one-click-checkout\/",
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ban_rn_spartan_online_chat",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "source\/*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "source\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.4.0"
}