Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
Hvad er Social Media Profile Saver?
Social Media Profile Saver er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Allows you to save the important details from a profile page as an HTML document".
Udvidelsesskærmbilleder
Download Social Media Profile Saver-udvidelses-CRX-fil
Download Social Media Profile Saver-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows you to save the important details from a profile page as an HTML document
Grundlæggende oplysninger om udvidelsen
Navn | Social Media Profile Saver |
ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
Officiel URL | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
Beskrivelse | Allows you to save the important details from a profile page as an HTML document |
Filstørrelse | 13.71 KB |
Antal Installationer | 93 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2017-02-17 |
Udgivelsesdato | 2017-02-17 |
Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |