Lumen5

Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content

ما هو Lumen5؟

Lumen5 هو إضافة Chrome تم تطويرها بواسطة https://lumen5.com، والميزة الرئيسية لها هي "Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Lumen5

قم بتنزيل ملفات الامتداد Lumen5 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Video marketing is one of the most effective marketing methods to share your message, reach your audience, and drive business growth. Lumen5 empowers you to create snappy, snackable video content for social media. 

*Create video marketing content from your blog*
Lumen5 empowers you to quickly and easily create a video from your published blog content or news article. 

*Easy to use, one-click video creation*
Install the Lumen5 Chrome Extension and click our button when you’re on a webpage that you’d love to turn into a video. Our intuitive, A.I. powered software will create a first draft video that you can edit and brand any way you wish. Download the final cut, and it’s ready to be shared across your social channels. 

*Unlock the benefits of video for business*
No matter if you’re B2C or B2B, video can be a powerful driver in increasing conversions and engaging your audience. Lumen5 allows you to harness the power of video to grow your business.

*No video editing experience required*
You don’t have to be the next Hollywood director to create a compelling marketing video. Lumen5 does the hard work for you. Our video editor is simple to understand, easy to manage, and incredibly instinctive.                    

معلومات أساسية عن التمديد

الاسم Lumen5 Lumen5
ID klkanhjnfcfokmmlgjfhkblhjgfaefal
عنوان URL الرسمي https://chromewebstore.google.com/detail/lumen5/klkanhjnfcfokmmlgjfhkblhjgfaefal
الوصف Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content
حجم الملف 11.09 KB
عدد التثبيتات 1,235
النسخة الحالية 1.2
آخر تحديث 2020-06-17
تاريخ النشر 2020-06-17
تقييم 5.00/5 مجموع تقييمات 3
المطور https://lumen5.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية http://lumen5.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lumen5",
    "short_name": "Lumen5",
    "description": "Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content",
    "version": "1.2",
    "icons": {
        "16": "shared\/img\/icon.png",
        "32": "shared\/img\/icon.png",
        "48": "shared\/img\/icon.png",
        "128": "shared\/img\/icon.png"
    },
    "homepage_url": "https:\/\/lumen5.com",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/lumen5.com; object-src 'self' https:\/\/lumen5.com;",
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "shared\/img\/icon.png",
        "default_title": "Create Video"
    },
    "background": {
        "scripts": [
            "browser-action-listener.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*\/wp-admin\/post.php*",
                "*:\/\/*\/wp-admin\/post.php*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "embed\/wordpress.js",
                "embed\/common.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.medium.com\/p\/*",
                "*:\/\/*.medium.com\/new-story*"
            ],
            "exclude_matches": [
                "*:\/\/*.medium.com\/p\/import"
            ],
            "run_at": "document_idle",
            "js": [
                "embed\/medium.js",
                "embed\/common.js"
            ]
        }
    ],
    "manifest_version": 2
}