Cadence Support

Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.

ما هو Cadence Support؟

Cadence Support هو إضافة Chrome تم تطويرها بواسطة Cadence Support، والميزة الرئيسية لها هي "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.".

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

screenshot

تحميل ملف CRX للإضافة Cadence Support

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

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

                        It can be used to quickly launch Cadence Learning and Support Portal search.                    

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

الاسم Cadence Support Cadence Support
ID hnogfcebnhgaegmomkanmgmhlgiggoak
عنوان URL الرسمي https://chromewebstore.google.com/detail/cadence-support/hnogfcebnhgaegmomkanmgmhlgiggoak
الوصف Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.
حجم الملف 26.07 KB
عدد التثبيتات 3,854
النسخة الحالية 1.2
آخر تحديث 2022-04-07
تاريخ النشر 2022-04-07
تقييم 4.67/5 مجموع تقييمات 3
المطور Cadence Support
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cadence Support",
    "description": "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "cs"
    },
    "action": {
        "default_icon": {
            "16": "newtab_search16.png",
            "32": "newtab_search32.png"
        }
    },
    "icons": {
        "16": "newtab_search16.png",
        "32": "newtab_search32.png",
        "48": "newtab_search48.png",
        "128": "newtab_search128.png"
    }
}