Google Chat copy message links
Adds button to copy links to message on Google Chat.
Vad är Google Chat copy message links?
Google Chat copy message links är en Chrome-tillägg utvecklad av 【NXTED】M.F, och dess huvudfunktion är "Adds button to copy links to message on Google Chat.".
Tilläggsskärmbilder
Ladda ner Google Chat copy message links-förlängningens CRX-fil
Ladda ner Google Chat copy message links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Focus on the message and a button to copy the link will appear.
Tested Devices: Windows11 Grundläggande Information om Tillägg
| Namn | |
| ID | fcpndhggcmeanomlafjkgdnbjkbpkeih |
| Officiell webbadress | https://chromewebstore.google.com/detail/google-chat-copy-message/fcpndhggcmeanomlafjkgdnbjkbpkeih |
| Beskrivning | Adds button to copy links to message on Google Chat. |
| Filstorlek | 7.55 KB |
| Antal Installationer | 134 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2023-09-15 |
| Publiceringsdatum | 2023-09-14 |
| Utvecklare | 【NXTED】M.F |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.nxted.co.jp/ |
| Stödda Språk | 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"
}
]
} | |