Flexi eBooks Pulse

Get the ranking of the best selling books for this week.

Was ist Flexi eBooks Pulse?

Flexi eBooks Pulse ist eine Chrome-Erweiterung, die von https://www.flexiebooks.com entwickelt wurde, und ihr Hauptmerkmal ist "Get the ranking of the best selling books for this week.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Flexi eBooks Pulse-Erweiterungs-CRX-Datei herunterladen

Laden Sie Flexi eBooks Pulse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Flexi eBooks Pulse Flexi eBooks Pulse
ID oajebjgbjahhafjobpobmapajnaifghb
Offizielle URL https://chromewebstore.google.com/detail/flexi-ebooks-pulse/oajebjgbjahhafjobpobmapajnaifghb
Beschreibung Get the ranking of the best selling books for this week.
Dateigröße 189 KB
Installationsanzahl 83
Aktuelle Version 1.0.6
Letztes Update 2023-04-03
Veröffentlichungsdatum 2016-01-03
Entwickler https://www.flexiebooks.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.flexiebooks.com
URL der Datenschutzrichtlinien-Seite https://www.flexi.network/privacy
Unterstützte Sprachen 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__"
    }
}