Social Media Manager

Protect your reputation with our tool that checks your social media and makes it easy to delete old posts and photos.

Social Media Manager क्या है?

Social Media Manager IDShield द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your reputation with our tool that checks your social media and makes it easy to delete old posts and photos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Social Media Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        OVERVIEW:
Our browser extension lets you:
- Delete Facebook and Instagram photos and posts quickly and easily in bulk
- Scan your LinkedIn profile for any posts which could be damaging to your reputation
- Proactively check Facebook and Twitter posts for damaging content before you make them

HOW TO GET STARTED:
This browser extension works in conjunction with IDShield's Reputation Management suite, which is a complete solution to clean up your old social media accounts and manage your online reputation and privacy.

ABOUT THE DEVELOPER:
PPLSI is an industry leader in Legal, Identity and Reputation software and services that protects over 4 million individuals in North America through our IDShield and LegalShield products. We put trust and transparency at the forefront of what we do, and only use your data to provide our services to you.                    

एक्सटेंशन की मूल जानकारी

नाम Social Media Manager Social Media Manager
ID fflipfoephmnhbdoofakcpllommpijdn
आधिकारिक URL https://chromewebstore.google.com/detail/social-media-manager/fflipfoephmnhbdoofakcpllommpijdn
विवरण Protect your reputation with our tool that checks your social media and makes it easy to delete old posts and photos.
फ़ाइल का आकार 3.93 MB
स्थापना संख्या 2,353
वर्तमान संस्करण 1.1.0.6
अंतिम अपडेट 2023-01-13
प्रकाशन तिथि 2020-08-02
रेटिंग 2.09/5 कुल 11 रेटिंग्स
डेवलपर IDShield
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.idshield.com/privacy-and-reputation-management/
गोपनीयता नीति पृष्ठ URL https://www.pplsi.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Social Media Manager",
    "description": "Protect your reputation with our tool that checks your social media and makes it easy to delete old posts and photos.",
    "version": "1.1.0.6",
    "icons": {
        "128": "\/project\/img\/logo_shield.png",
        "512": "\/project\/img\/logo_shield.png"
    },
    "action": {
        "default_popup": "\/project\/pages\/popup\/index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.yourself.online\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.instagram.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "\/core\/chromane_loader.js",
                "\/common\/lib\/jquery.min.js",
                "\/common\/lib\/chromane.js",
                "\/common\/js\/common.js",
                "\/common\/js\/cs.js",
                "\/common\/js\/toolbar.js",
                "\/project\/js\/post_checker_overlay_manager.js",
                "\/project\/js\/post_checker_controller.js",
                "\/project\/js\/post_deletion_controller.js",
                "\/project\/js\/fb_manager.js",
                "\/project\/js\/prj_cs.js",
                "\/core\/content_script\/main.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.yourself.online\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": [
                "idopdmnidfifgfgnklagkgidbcdpocmp",
                "imfonpolbgjgpngckbkbgienijcadkak"
            ]
        }
    ]
}