Flexi eBooks Pulse
Get the ranking of the best selling books for this week.
Flexi eBooks Pulse란 무엇입니까?
Flexi eBooks Pulse은(는) https://www.flexiebooks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the ranking of the best selling books for this week."입니다.
확장 프로그램 스크린샷
Flexi eBooks Pulse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Get the ranking of the best-selling books for the week according to - New York Times, - USA Today and - Amazon.com. Keep track of the book rankings and their trends. Receive information about - author tours, - book signings, - interviews and other events. Fast access to your favorite books, audio books and e-books in Flexi eBooks web site.
확장 프로그램 기본 정보
이름 | Flexi eBooks Pulse |
ID | oajebjgbjahhafjobpobmapajnaifghb |
공식 URL | https://chromewebstore.google.com/detail/flexi-ebooks-pulse/oajebjgbjahhafjobpobmapajnaifghb |
설명 | Get the ranking of the best selling books for this week. |
파일 크기 | 189 KB |
설치 횟수 | 83 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-04-03 |
출시 날짜 | 2016-01-03 |
개발자 | https://www.flexiebooks.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.flexiebooks.com |
개인정보 보호 정책 페이지 URL | https://www.flexi.network/privacy |
지원되는 언어 | de,en,fr,es,bg,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.6", "icons": { "16": "assets\/16x16_logo.png", "48": "assets\/48x48_logo.png", "128": "assets\/128x128_logo.png" }, "permissions": [ "*:\/\/*.flexiebooks.com\/*", "*:\/\/ecx.images-amazon.com\/*", "*:\/\/g-ecx.images-amazon.com\/*", "*:\/\/*.audible.com\/*", "*:\/\/images.bookcloseouts.com\/*", "*:\/\/covers.ebooks.com\/*", "*:\/\/www.harpercollins.com\/*", "*:\/\/static.harpercollins.com\/*", "*:\/\/*.randomhouse.com\/*", "*:\/\/*.twimg.com\/*", "*:\/\/*.wileycash.com\/*" ], "browser_action": { "default_icon": "assets\/19x19_icon.png", "default_popup": "popup.html", "default_title": "__MSG_appName__" } } |