SLEEKer

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

Wat is SLEEKer?

SLEEKer is een Chrome-extensie ontwikkeld door Rstudioworks, en de belangrijkste functie is "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SLEEKer

Download SLEEKer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam SLEEKer SLEEKer
ID nllobgeilpicophinmkbeaiekdcflkbo
Officiële URL https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo
Beschrijving This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Bestandsgrootte 136 KB
Aantal Installaties 30
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-11-04
Publicatiedatum 2019-11-04
Ontwikkelaar Rstudioworks
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sleeker.pro
Ondersteunde Talen 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"
    ]
}