Power Search for LinkedIn
Power Search for LinkedIn
Power Search for LinkedIn란 무엇입니까?
Power Search for LinkedIn은(는) https://jens.marketing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Power Search for LinkedIn"입니다.
확장 프로그램 스크린샷
Power Search for LinkedIn 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The fastest way to find posts, mentions and ads on LinkedIn directly from your feed. Wouldn’t it be great if you could find posts, mentions and ads from people and companies on LinkedIn at a glance? 😍 Of course, this is done in a complicated way via search, but that usually takes 3-5 clicks and that’s exactly what annoyed me. Out of this problem this plugin was born and after a few tests the first version is finally released. 👉🏻 What can the plugin do? The plugin extends your LinkedIn feed. From now on, you have additional entries available in the feed and each post in the options. These are assigned to each post, person or company and open after a click a new tab with the corresponding search. - View Latest Posts (for people and companies) - View Mentioned Posts (for people and companies) - View All Ads (for companies) - NEW: View all Followers (for people) This Plugin requires a one time fee. All Details can be found https://jens.marketing/power-search-install/
확장 프로그램 기본 정보
이름 | Power Search for LinkedIn |
ID | hlbjniodlfameclpjodmamnpppnppobk |
공식 URL | https://chromewebstore.google.com/detail/power-search-for-linkedin/hlbjniodlfameclpjodmamnpppnppobk |
설명 | Power Search for LinkedIn |
파일 크기 | 65.73 KB |
설치 횟수 | 305 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2022-11-07 |
출시 날짜 | 2022-03-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://jens.marketing |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://jens.marketing |
도움말 페이지 URL | https://jens.marketing/power-search-install/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Power Search for LinkedIn", "description": "Power Search for LinkedIn", "version": "1.2.2", "manifest_version": 3, "homepage_url": "https:\/\/jens.marketing", "background": { "service_worker": "sw.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "resources": [ "icons\/mentions.svg", "icons\/posts.svg", "icons\/ads.svg", "icons\/group.svg" ] } ], "permissions": [ "storage", "alarms" ] } |