LI Folders
A extension to organize your linkedin posts
LI Folders क्या है?
LI Folders li-folders-nanlabs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A extension to organize your linkedin posts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LI Folders एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Have you ever felt like your saved LinkedIn posts are buried in a digital junk drawer? You know they're in there somewhere, but finding them feels like a game of hide-and-seek with no end in sight. That's where LI Folders comes in - we're the Marie Kondo of your LinkedIn content (she’s a famous organizer if you didn’t know). Declutter your saved posts and organize them into tidy little folders that spark joy. Say goodbye to digital clutter and hello to a more efficient and enjoyable LinkedIn experience. P.S. LI Folders is a self-funded team of 1 so I'm pumped you're considering using it. If you have any feedback or just want to say hi, shoot me an email at [email protected]. I reply to everyone.
एक्सटेंशन की मूल जानकारी
नाम | LI Folders |
ID | kaoldoegfkjkihpfmnlijajofdpbeklp |
आधिकारिक URL | https://chromewebstore.google.com/detail/li-folders/kaoldoegfkjkihpfmnlijajofdpbeklp |
विवरण | A extension to organize your linkedin posts |
फ़ाइल का आकार | 977 KB |
स्थापना संख्या | 82 |
वर्तमान संस्करण | 0.10.2 |
अंतिम अपडेट | 2023-10-21 |
प्रकाशन तिथि | 2023-09-11 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | li-folders-nanlabs |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://www.lifolders.com/ |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1nKCU40p2pP-26Dh7okP4XalSke6y-ix9ajMvOsGUIf4/edit?usp=sharing |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LI Folders", "version": "0.10.2", "description": "A extension to organize your linkedin posts", "action": { "default_popup": "src\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "src\/content\/index.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "assets\/png\/*.png", "icon-34.png", "icon-128.png", "src\/iframe\/index.html" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ], "permissions": [ "activeTab" ] } |