Google Chat copy message links
Adds button to copy links to message on Google Chat.
Was ist Google Chat copy message links?
Google Chat copy message links ist eine Chrome-Erweiterung, die von 【NXTED】M.F entwickelt wurde, und ihr Hauptmerkmal ist "Adds button to copy links to message on Google Chat.".
Erweiterungsscreenshots
Google Chat copy message links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Chat copy message links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Focus on the message and a button to copy the link will appear.
Tested Devices: Windows11 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fcpndhggcmeanomlafjkgdnbjkbpkeih |
| Offizielle URL | https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih |
| Beschreibung | Adds button to copy links to message on Google Chat. |
| Dateigröße | 7.55 KB |
| Installationsanzahl | 134 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2023-09-15 |
| Veröffentlichungsdatum | 2023-09-14 |
| Entwickler | 【NXTED】M.F |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.nxted.co.jp/ |
| Unterstützte Sprachen | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_ext_name__",
"description": "__MSG_ext_desc__",
"version": "0.0.1",
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/chat.google.com\/*",
"https:\/\/mail.google.com\/chat\/*",
"https:\/\/mail.google.com\/mail\/*"
],
"all_frames": true,
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |