Words with Friends for Google Meet

Play Words with Friends (a Scrabble like game) while using Google Meet without navigating to another tab.

Words with Friends for Google Meetคืออะไร?

Words with Friends for Google Meet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brown Fox Labs และคุณลักษณะหลักของมันคือ "Play Words with Friends (a Scrabble like game) while using Google Meet without navigating to another tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Words with Friends for Google Meet

ดาวน์โหลดไฟล์ส่วนขยาย Words with Friends for Google Meet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        - Play Words With Friends (a Scrabble like game) while using Google Meet without having to navigate to another tab or window.

- Adds a small, movable toolbar that has a single button to open a pop up to Zynga’s Words With Friends.

- Clicking the Words With Friends button opens a movable window on top of Google Meet for you to play a few rounds quickly during your meeting.

- Easily closes quickly. Only you can see this window or toolbar, no other meeting participants can see it (unless you share your screen with them).

- This extremely simple extension is entirely free to use. It’s entire purpose is to allow you to play Zynga’s Words With Friends social game quickly during a Google Meet meeting without having to navigate to a different tab or browser. 


How to use it:

1. Install the chrome extension by clicking the “Add to Chrome” button at the top right of this page.  

2. Go to meet.google.com. You should see a toolbar with a Words With Friends button in the top left.
 
3. Click the Words With Friends button.

4. Click “Play Now”, and then login or create a new account using either your email or Facebook.

5. Play Words With Friends!


Note:
- While we are fans of Zynga Words With Friends, we are not affiliated with Words With Friends or Zynga.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Words with Friends for Google Meet Words with Friends for Google Meet
ID algcknmgjhhgkkadnidoodmhbjbbobdb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/words-with-friends-for-go/algcknmgjhhgkkadnidoodmhbjbbobdb
คำอธิบาย Play Words with Friends (a Scrabble like game) while using Google Meet without navigating to another tab.
ขนาดไฟล์ 1.38 MB
จำนวนการติดตั้ง 278
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-01-09
วันที่เผยแพร่ 2022-01-09
ผู้พัฒนา Brown Fox Labs
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://brownfoxlabs.com/privacy.html
ภาษาที่รองรับ en,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName_iframe_meet__",
    "default_locale": "en",
    "version": "1.0",
    "description": "__MSG_extDescription_iframe_meet__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/wordswithfriends.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/iframe_meet_content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.google.com\/*",
            "*:\/\/hangouts.google.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/vendor.js",
            "js\/iframe_meet_background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/iframe_meet\/icon16.png",
            "32": "icons\/iframe_meet\/icon32.png",
            "48": "icons\/iframe_meet\/icon48.png",
            "128": "icons\/iframe_meet\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/iframe_meet\/icon16.png",
        "32": "icons\/iframe_meet\/icon32.png",
        "48": "icons\/iframe_meet\/icon48.png",
        "128": "icons\/iframe_meet\/icon128.png"
    },
    "web_accessible_resources": [
        "assets\/*"
    ],
    "manifest_version": 2
}