Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
Wat is Social Media Profile Saver?
Social Media Profile Saver is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allows you to save the important details from a profile page as an HTML document".
Extensie Screenshots
Download het CRX-bestand van de extensie Social Media Profile Saver
Download Social Media Profile Saver-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to save the important details from a profile page as an HTML document
Basisinformatie over de Extensie
Naam | Social Media Profile Saver |
ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
Officiële URL | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
Beschrijving | Allows you to save the important details from a profile page as an HTML document |
Bestandsgrootte | 13.71 KB |
Aantal Installaties | 93 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-02-17 |
Publicatiedatum | 2017-02-17 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |