Images for Google Jamboard

Creates a new Google Jamboard™ Jam™ and add set of images

Images for Google Jamboard là gì?

Images for Google Jamboard là một tiện ích mở rộng Chrome được phát triển bởi Free Useful Apps, và tính năng chính của nó là "Creates a new Google Jamboard™ Jam™ and add set of images".

Ả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 Images for Google Jamboard

Tải xuống các tệp mở rộng Images for Google Jamboard 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

                        Want to have more images/icons to add to your Google Jamboard? Install this extension today to add over 100+ images/icons at your fingertips
when you use your Google Jamboard.

Once you install this extension, 2 new buttons will appear inside the "Upload Images" tab when you wish to add in icons/images to your Jamboard.

Simply choose the images/icons you wish to use and you can upload these images/icons to the Google Jamboard for free.

Over 100+ icons are images are accessible for use in your Google Jamboard once you install this software today.

Have more options and make your Google Jamboard even more memorable.

Please note this extension was made by an external development team. This is NOT an official extension from Google.                    

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

Tên Images for Google Jamboard Images for Google Jamboard
ID ogcbnogkaknbkbcajgchajekgnbjfmig
URL Chính Thức https://chromewebstore.google.com/detail/images-for-google-jamboar/ogcbnogkaknbkbcajgchajekgnbjfmig
Mô tả Creates a new Google Jamboard™ Jam™ and add set of images
Kích Thước Tệp 11.62 MB
Số Lần Cài Đặt 1,309
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2022-05-26
Ngày Phát Hành 2022-05-26
Nhà Phát Triển Free Useful Apps
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "short_name": "__MSG_appShortName__",
    "default_locale": "en",
    "version": "3.0.1",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "__MSG_browserActionTitle__"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/jamboard.google.com\/*",
                "*:\/\/docs.google.com\/*"
            ],
            "js": [
                "scripts\/content-images.js",
                "scripts\/content-icons.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/jamboard.google.com\/*",
                "*:\/\/docs.google.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/images-for-jamboard.freespeedcheck.net\/"
}