LI Folders
A extension to organize your linkedin posts
LI Folders란 무엇입니까?
LI Folders은(는) li-folders-nanlabs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A extension to organize your linkedin posts"입니다.
확장 프로그램 스크린샷
LI Folders 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |