Linkedin Messages Remover 2023

It will automatically remove your all Messages

Qu'est-ce que Linkedin Messages Remover 2023 ?

Linkedin Messages Remover 2023 est une extension Chrome développée par zakirullahkhan6269, et sa fonction principale est "It will automatically remove your all Messages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Linkedin Messages Remover 2023

Téléchargez les fichiers d'extension Linkedin Messages Remover 2023 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Download the extension:
1- Click on the extension icon
2- Follow the "1st Step" , Click on the LinkedIn button to load your LinkedIn messages
3- If one of your msg is not open, kindly click one of your msg it will open in the right center, then follow the "2nd step". 
4- Type your limit in the input  
5- Click on the Icon (Blue One).
6- Enjoy!                    

Informations de Base sur l'Extension

Nom Linkedin Messages Remover 2023 Linkedin Messages Remover 2023
ID keppfgimphmkpejoihnjfedgaglhdljc
URL Officiel https://chromewebstore.google.com/detail/linkedin-messages-remover/keppfgimphmkpejoihnjfedgaglhdljc
Description It will automatically remove your all Messages
Taille du Fichier 6.19 MB
Nombre d'Installations 34
Version Actuelle 1.1
Dernière Mise à Jour 2023-07-18
Date de Publication 2023-05-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur zakirullahkhan6269
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkedin Messages Remover 2023",
    "short_name": "LMR",
    "version": "1.1",
    "manifest_version": 3,
    "description": "It will automatically remove your all Messages",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "LMR",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    }
}