Banner Generator Linkedin

Generate the perfect banner for your linkedin profile.

ما هو Banner Generator Linkedin؟

Banner Generator Linkedin هو إضافة Chrome تم تطويرها بواسطة OGAWINapp، والميزة الرئيسية لها هي "Generate the perfect banner for your linkedin profile.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Banner Generator Linkedin

قم بتنزيل ملفات الامتداد Banner Generator Linkedin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}