XING Notifications
Get notifications for the latest updates on XING.
XING Notifications란 무엇입니까?
XING Notifications은(는) XING에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get notifications for the latest updates on XING."입니다.
확장 프로그램 스크린샷
XING Notifications 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get notifications for the latest updates on XING. This notification consists of a XING logo where an orange notification badge appears whenever you receive a new message or contact request, or if someone reacts to a post of yours. Clicking on the logo will then take you straight to the XING homepage. Privacy Policy: https://privacy.xing.com/en By adding this extension you agree to XING’s Terms and Conditions: https://www.xing.com/terms Tell us what you think about this extension: [email protected]
확장 프로그램 기본 정보
이름 | XING Notifications |
ID | eeedmlcepabknpceckocadjdaieobimp |
공식 URL | https://chromewebstore.google.com/detail/xing-notifications/eeedmlcepabknpceckocadjdaieobimp |
설명 | Get notifications for the latest updates on XING. |
파일 크기 | 41.83 KB |
설치 횟수 | 1,019 |
현재 버전 | 2.0.0 |
최근 업데이트 | 2020-01-06 |
출시 날짜 | 2020-01-06 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.xing.com |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extTitle__", "version": "2.0.0", "default_locale": "de", "author": "xing", "description": "__MSG_extDescription__", "icons": { "48": "xing-38-2x.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.xing.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "cookies", "https:\/\/www.xing.com\/", "https:\/\/www.xing.com\/app_stats\/my_xing" ], "browser_action": { "default_icon": { "16": "xing-38-2x.png", "32": "xing-38-2x.png" } } } |