Digital Herd - Sitecore Content Hub

This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.

ما هو Digital Herd - Sitecore Content Hub؟

Digital Herd - Sitecore Content Hub هو إضافة Chrome تم تطويرها بواسطة https://www.digital-herd.com، والميزة الرئيسية لها هي "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Digital Herd - Sitecore Content Hub

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

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

                        Visit https://www.digital-herd.com/sitecore-partnership/chrome-extension/                    

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

الاسم Digital Herd - Sitecore Content Hub Digital Herd - Sitecore Content Hub
ID amdgcnfnmfeejdmdjokajkklaeacdlek
عنوان URL الرسمي https://chromewebstore.google.com/detail/digital-herd-sitecore-con/amdgcnfnmfeejdmdjokajkklaeacdlek
الوصف This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.
حجم الملف 1.42 MB
عدد التثبيتات 74
النسخة الحالية 1.1
آخر تحديث 2023-03-15
تاريخ النشر 2023-03-11
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.digital-herd.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.digital-herd.com/privacy/chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Digital Herd - Sitecore Content Hub",
    "description": "This extension provides a collection of shortcuts and tools for the Sitecore Content Hub.",
    "version": "1.1",
    "author": "Digital Herd",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "src\/icon_16.png",
            "48": "src\/icon_48.png",
            "128": "src\/icon_128.png"
        },
        "default_title": "Content Hub Tools",
        "default_popup": "src\/index.html"
    },
    "icons": {
        "16": "src\/icon_16.png",
        "48": "src\/icon_48.png",
        "128": "src\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/js\/page-analyser\/data.js",
                "src\/js\/page-analyser\/helpers\/helpers.js",
                "src\/js\/helpers.js",
                "src\/js\/page-actor.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/report.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}