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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}