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ファイルをダウンロード

Banner Generator Linkedin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}