DMSaver - Export Chat Messages
IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.
Vad är DMSaver - Export Chat Messages?
DMSaver - Export Chat Messages är en Chrome-tillägg utvecklad av 11 TYS, och dess huvudfunktion är "IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file.".
Tilläggsskärmbilder
Ladda ner DMSaver - Export Chat Messages-förlängningens CRX-fil
Ladda ner DMSaver - Export Chat Messages-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
# FEATURES
✓ Export your Instagram chat messages.
✓ Save and download Instagram direct messages in CSV/EXCEL/JSON format.
# DATA PRIVACY
Your data is processed locally and never passes through our web server, ensuring the privacy of your exported information.
# SUPPORT
FAQ https://igchatsexporter.extensionsfox.com/
If you have any questions, please keep in touch via [email protected]. Grundläggande Information om Tillägg
| Namn | |
| ID | jhfipkkpcgphdbjebljindagdajcgelp |
| Officiell webbadress | https://chromewebstore.google.com/detail/dmsaver-export-chat-messa/jhfipkkpcgphdbjebljindagdajcgelp |
| Beskrivning | IGChatsExporter to export Instagram chat history, download DM (direct message) list, save as Excel and CSV file. |
| Filstorlek | 681 KB |
| Antal Installationer | 148 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2023-08-08 |
| Publiceringsdatum | 2023-03-26 |
| Betyg | 1.00/5 Totalt 2 Betyg |
| Utvecklare | 11 TYS |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://igchatsexporter.extensionsfox.com/ |
| URL till Sekretesspolicy Sidan | https://igcommentbot.extensionsfox.com/privacy |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.0.1",
"homepage_url": "https:\/\/igchatsexporter.extensionsfox.com\/",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
"*:\/\/*.instagram.com\/*"
],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
],
"css": [
".\/dist\/contentScripts\/style.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
" | |