Social Media Profile Saver
Allows you to save the important details from a profile page as an HTML document
Social Media Profile Saver क्या है?
Social Media Profile Saver Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to save the important details from a profile page as an HTML document"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Social Media Profile Saver एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Allows you to save the important details from a profile page as an HTML document
एक्सटेंशन की मूल जानकारी
नाम | Social Media Profile Saver |
ID | okfbgbjbkfkndojokpjpfmhgadedmamb |
आधिकारिक URL | https://chromewebstore.google.com/detail/social-media-profile-save/okfbgbjbkfkndojokpjpfmhgadedmamb |
विवरण | Allows you to save the important details from a profile page as an HTML document |
फ़ाइल का आकार | 13.71 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2017-02-17 |
प्रकाशन तिथि | 2017-02-17 |
रेटिंग | 1.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } ] } |