Banner Generator Linkedin

Generate the perfect banner for your linkedin profile.

Banner Generator Linkedin란 무엇입니까?

Banner Generator Linkedin은(는) OGAWINapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate the perfect banner for your linkedin profile."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Banner Generator Linkedin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly create and preview banners for your Linkedin profile.

Banner Generator Linkedin
======================

You want to improve your Linkedin profile to capture and hold the attention of
visitors to your professional profile? B.G. Linkedin helps you create attractive banners
in a simplified way.

Do you like BGL? Leave a review for the extension. All opinions are consulted❤

★ Features:

➤ Choose from many Linkedin banner templates
➤ Ability to preview the render directly on your Linkedin profile (visible to you only)
➤ Autofill banners with your profile info
➤ Possibility to edit the text present on the banners
➤ Color modification possible
➤ Once the perfect banner is created, you can download the result as ".PNG" image format

★ Updates :
➤ version 0.2
     Major fix for banner preview when user has no banner initially.
➤ version 0.3
     Added support for English/Spanish
➤ version 0.4
         Added new banner templates
         Possibility to add photos on some templates
         More customization options (Font, font size, etc...)
➤ version 0.5
	 Ability to add images from an image library

➤ version 0.6
         Fixed image download bug
➤ version 0.7
         Fixed image download bug
➤ version 0.9
	 New templates categories
➤ version 1.0
	 Correction of minor bugs                    

확장 프로그램 기본 정보

이름 Banner Generator Linkedin Banner Generator Linkedin
ID kialmgneflnabmjopnjadlildnlegklk
공식 URL https://chromewebstore.google.com/detail/banner-generator-linkedin/kialmgneflnabmjopnjadlildnlegklk
설명 Generate the perfect banner for your linkedin profile.
파일 크기 5.27 MB
설치 횟수 138
현재 버전 1.0
최근 업데이트 2024-02-09
출시 날짜 2022-08-14
개발자 OGAWINapp
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://sites.google.com/view/bannergeneratorlinkedin/accueil
지원되는 언어 en,en-GB,en-US,fr,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "fr",
    "version": "1.0",
    "icons": {
        "16": "\/icons\/logo_simplified_500_500.png",
        "32": "\/icons\/logo_simplified_500_500.png",
        "48": "\/icons\/logo_simplified_500_500.png",
        "128": "\/icons\/logo_simplified_500_500.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "templates\/*",
                "icons\/*",
                "fonts\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/logo_simplified_500_500.png",
            "32": "\/icons\/logo_simplified_500_500.png",
            "48": "\/icons\/logo_simplified_500_500.png",
            "128": "\/icons\/logo_simplified_500_500.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js",
                "third-parties\/html2canvas.min.js",
                "third-parties\/canvg-3.10.0.min.js",
                "third-parties\/rgbcolor.min.js",
                "third-parties\/jquery-3.6.0.min.js",
                "third-parties\/parse-3.4.4.min.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*",
                "https:\/\/*.linkedin.com\/in\/*"
            ],
            "js": [
                "third-parties\/ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ]
}