Google Chat Quote And Copy Extension
Use To Quote And Copy Message
Wat is Google Chat Quote And Copy Extension?
Google Chat Quote And Copy Extension is een Chrome-extensie ontwikkeld door avimanepatil, en de belangrijkste functie is "Use To Quote And Copy Message".
Extensie Screenshots
Download het CRX-bestand van de extensie Google Chat Quote And Copy Extension
Download Google Chat Quote And Copy Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
this chrome extention is secure for your google chat. used to Quote And Copy the chat messages also redirect with Original messages
Basisinformatie over de Extensie
Naam | |
ID | jiaeojcoanofljjidbddpkjkhbhjoeoo |
Officiële URL | https://chrome.google.com/webstore/detail/google-chat-quote-and-cop/jiaeojcoanofljjidbddpkjkhbhjoeoo |
Beschrijving | Use To Quote And Copy Message |
Bestandsgrootte | 16.99 KB |
Aantal Installaties | 1,129 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-12-20 |
Publicatiedatum | 2022-09-07 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | avimanepatil |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Chat Quote And Copy Extension", "description": "Use To Quote And Copy Message", "version": "1.0.1", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "author": "Avinash Mane", "content_scripts": [ { "matches": [ "https:\/\/chat.google.com\/*", "https:\/\/mail.google.com\/chat\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_end" } ] } |