Banner Generator Linkedin

Generate the perfect banner for your linkedin profile.

O que é Banner Generator Linkedin?

Banner Generator Linkedin é uma extensão do Chrome desenvolvida por OGAWINapp, e sua principal característica é "Generate the perfect banner for your linkedin profile.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Banner Generator Linkedin

Baixe arquivos de extensão Banner Generator Linkedin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Banner Generator Linkedin Banner Generator Linkedin
ID kialmgneflnabmjopnjadlildnlegklk
URL Oficial https://chromewebstore.google.com/detail/banner-generator-linkedin/kialmgneflnabmjopnjadlildnlegklk
Descrição Generate the perfect banner for your linkedin profile.
Tamanho do Arquivo 5.27 MB
Contagem de Instalações 138
Versão Atual 1.0
Última Atualização 2024-02-09
Data de Publicação 2022-08-14
Desenvolvedor OGAWINapp
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://sites.google.com/view/bannergeneratorlinkedin/accueil
Idiomas Suportados 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"
    ]
}