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 là gì?

Sync AWS Extend Switch Roles là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sync AWS Extend Switch Roles

Tải xuống các tệp mở rộng Sync AWS Extend Switch Roles dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Sync AWS Extend Switch Roles using private Github repo                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sync AWS Extend Switch Roles Sync AWS Extend Switch Roles
ID kijiojldhailibohhoepplmmbfmhfdcp
URL Chính Thức https://chromewebstore.google.com/detail/sync-aws-extend-switch-ro/kijiojldhailibohhoepplmmbfmhfdcp
Mô tả Fetch a config from a private GH repo via API (token required) and inject it to AWS Extend Switch Roles extension
Kích Thước Tệp 68.3 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2019-11-08
Ngày Phát Hành 2019-11-07
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/netguru/sync-aws-extend-switch-roles
Ngôn Ngữ Được Hỗ Trợ 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
}