Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
Cos'è Social Media Profile Saver?
Social Media Profile Saver è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allows you to save the important details from a profile page as an HTML document".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Social Media Profile Saver
Scarica i file di estensione Social Media Profile Saver in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to save the important details from a profile page as an HTML document Informazioni di Base sull'Estensione
| Nome | |
| ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
| URL Ufficiale | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
| Descrizione | Allows you to save the important details from a profile page as an HTML document |
| Dimensione del File | 13.71 KB |
| Conteggio Installazioni | 93 |
| Versione Corrente | 1.1.1 |
| Ultimo Aggiornamento | 2017-02-17 |
| Data di Pubblicazione | 2017-02-17 |
| Valutazione | 1.00/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
]
} | |