SLEEKer

This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.

Hvad er SLEEKer?

SLEEKer er en Chrome-udvidelse udviklet af Rstudioworks, og dens hovedfunktion er "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.".

Udvidelsesskærmbilleder

screenshot

Download SLEEKer-udvidelses-CRX-fil

Download SLEEKer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.                    

Grundlæggende oplysninger om udvidelsen

Navn SLEEKer SLEEKer
ID nllobgeilpicophinmkbeaiekdcflkbo
Officiel URL https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo
Beskrivelse This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Filstørrelse 136 KB
Antal Installationer 30
Nuværende Version 1.0.1
Senest Opdateret 2019-11-04
Udgivelsesdato 2019-11-04
Udvikler Rstudioworks
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://sleeker.pro
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SLEEKer",
    "description": "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.",
    "version": "1.0.1",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "page_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html",
        "default_title": "SLEEKer"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.4.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.it\/*"
            ],
            "js": [
                "scripts\/jquery-3.4.1.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}