Banner Generator Linkedin

Generate the perfect banner for your linkedin profile.

What is Banner Generator Linkedin?

Banner Generator Linkedin is a Chrome extension developed by OGAWINapp, and its main feature is "Generate the perfect banner for your linkedin profile.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Banner Generator Linkedin Extension CRX File

Download Banner Generator Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Banner Generator Linkedin Banner Generator Linkedin
ID kialmgneflnabmjopnjadlildnlegklk
Official URL https://chromewebstore.google.com/detail/banner-generator-linkedin/kialmgneflnabmjopnjadlildnlegklk
Description Generate the perfect banner for your linkedin profile.
File Size 5.27 MB
Installation Count 138
Current Version 1.0
Last Updated 2024-02-09
Publish Date 2022-08-14
Developer OGAWINapp
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://sites.google.com/view/bannergeneratorlinkedin/accueil
Supported Languages 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"
    ]
}