Social Media Profile Saver

Allows you to save the important details from a profile page as an HTML document

Qu'est-ce que Social Media Profile Saver ?

Social Media Profile Saver est une extension Chrome développée par Unknown, et sa fonction principale est "Allows you to save the important details from a profile page as an HTML document".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Social Media Profile Saver

Téléchargez les fichiers d'extension Social Media Profile Saver 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

                        Allows you to save the important details from a profile page as an HTML document                    

Informations de Base sur l'Extension

Nom Social Media Profile Saver Social Media Profile Saver
ID okfbgbjbkfkndojokpjpfmhgadedmamb
URL Officiel https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb
Description Allows you to save the important details from a profile page as an HTML document
Taille du Fichier 13.71 KB
Nombre d'Installations 93
Version Actuelle 1.1.1
Dernière Mise à Jour 2017-02-17
Date de Publication 2017-02-17
Évaluation 1.00/5 Total 2 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Media Profile Saver",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "128": "save-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "profile_content.js",
                "profile_content_old.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.linkedin.com\/recruiter\/profile\/*",
                "https:\/\/*.linkedin.com\/recruiter\/profile\/*"
            ],
            "js": [
                "recruiter_profile_content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*.linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "push_state.js"
            ],
            "run_at": "document_start"
        }
    ]
}