Custom Domain Creator

This extension is going to help end users to add their custom domains with cloudflare on the fly.

Custom Domain Creator란 무엇입니까?

Custom Domain Creator은(는) https://createyourcustomdomain.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is going to help end users to add their custom domains with cloudflare on the fly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Custom Domain Creator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Extension is using cloudflare apis to manage users domains and help them create subdomains using cloudflare authentication token. It helps you to create sub domain or custom domains on the fly.

If you are frustated enough to login to your cloudflare account again and again to create custom domains, then you must use this extension to get release from this pain.

Version update: 
1. Enhanced domain search and select flow
2. Added training module inside the tool
3. Fixed minor bug                    

확장 프로그램 기본 정보

이름 Custom Domain Creator Custom Domain Creator
ID gfbpfohopdmennjbbebhecaaeamicecc
공식 URL https://chromewebstore.google.com/detail/custom-domain-creator/gfbpfohopdmennjbbebhecaaeamicecc
설명 This extension is going to help end users to add their custom domains with cloudflare on the fly.
파일 크기 1.12 MB
설치 횟수 90
현재 버전 1.1.01
최근 업데이트 2023-12-27
출시 날짜 2020-07-11
평점 5.00/5 총 5 개의 평점
개발자 https://createyourcustomdomain.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.tier5.us/chrome_extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.1.0.min.js",
            "scripts\/const.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "Custom Domain Creator"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "lib\/sweetalert2.css",
                "assets\/css\/main.css"
            ],
            "js": [
                "lib\/jquery-3.1.0.min.js",
                "lib\/sweetalert2.min.js",
                "scripts\/message_library.js",
                "scripts\/services.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension is going to help end users to add their custom domains with cloudflare on the fly.",
    "icons": {
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Custom Domain Creator",
    "permissions": [
        "storage"
    ],
    "version": "1.1.01",
    "web_accessible_resources": [
        "*.png"
    ]
}