Poker for Google Meet

Play Zynga Poker while using Google Meet without navigating to another tab.

O que é Poker for Google Meet?

Poker for Google Meet é uma extensão do Chrome desenvolvida por Brown Fox Labs, e sua principal característica é "Play Zynga Poker while using Google Meet without navigating to another tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Poker for Google Meet

Baixe arquivos de extensão Poker for Google Meet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - Play poker while using Google Meet without having to navigate to another tab or window.

- Adds a small, moveable toolbar that has a single button to open a pop up to Zynga Poker (a for fun poker game, NOT real gambling).

- Clicking the Poker button opens a moveable window on top of Google Meet for you to play a quick hand or two of poker 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 Poker quickly during a Google Meet meeting without having to navigate to a different tab or browser. 

- DO NOT USE LOGIN WITH FACEBOOK. It does not work. Only use the email login option: “Login with Zynga Poker” to create an account or use an existing account.


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 ‘Poker’ button in the top left.
 
3. Click the ‘Poker’ button.

4. Click “Login with Zynga Poker” (DO NOT USE LOGIN WITH FACEBOOK, IT WILL NOT WORK).

5. Sign up or use an existing Zynga Poker account 

6. Play poker (for fun, NOT real gambling)!


Note:
- DO NOT USE LOGIN WITH FACEBOOK, IT WILL NOT WORK.
- The games DO NOT offer "real money gambling" or an opportunity to win real money or prizes. These are strictly games for fun, with no real money or prizes.
- While we are fans of Zynga Poker, we are not affiliated with Zynga Poker or Zynga.                    

Informações Básicas da Extensão

Nome Poker for Google Meet Poker for Google Meet
ID fobjckefoemiaacnodcfniklhedcjapl
URL Oficial https://chrome.google.com/webstore/detail/poker-for-google-meet/fobjckefoemiaacnodcfniklhedcjapl
Descrição Play Zynga Poker while using Google Meet without navigating to another tab.
Tamanho do Arquivo 1.09 MB
Contagem de Instalações 45
Versão Atual 1.0
Última Atualização 2022-01-01
Data de Publicação 2022-01-01
Desenvolvedor Brown Fox Labs
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://brownfoxlabs.com/privacy.html
Idiomas Suportados 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:\/\/zyngapoker.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
}