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开发的Chrome扩展程序,该扩展的主要功能是“Protect your reputation with our tool that checks your social media and makes it easy to delete old posts and photos.”。
扩展截图
下载Social Media Manager扩展crx文件
下载Social Media Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |