Sync AWS Extend Switch Roles

Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension

ما هو Sync AWS Extend Switch Roles؟

Sync AWS Extend Switch Roles هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".

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

screenshot

تحميل ملف CRX للإضافة Sync AWS Extend Switch Roles

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

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

                        Sync AWS Extend Switch Roles using private Github repo                    

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

الاسم Sync AWS Extend Switch Roles Sync AWS Extend Switch Roles
ID kijiojldhailibohhoepplmmbfmhfdcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp
الوصف Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension
حجم الملف 68.3 KB
عدد التثبيتات 22
النسخة الحالية 0.8
آخر تحديث 2019-11-08
تاريخ النشر 2019-11-07
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/netguru/sync-aws-extend-switch-roles
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sync AWS Extend Switch Roles",
    "version": "0.8",
    "description": "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension",
    "short_name": "Sync AESR",
    "icons": {
        "48": "img\/stefan_48x48.png",
        "128": "img\/stefan_128x128.png"
    },
    "browser_action": {
        "default_title": "Sync AWS Extend Switch Roles",
        "default_popup": "popup.html",
        "default_icon": "img\/stefan_38x38.png"
    },
    "background": {
        "scripts": [
            "js\/common.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "homepage_url": "https:\/\/github.com\/netguru\/devops-internal\/tree\/master\/sync-aws-extend-switch-roles",
    "manifest_version": 2
}