SLEEKer

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

Qu'est-ce que SLEEKer ?

SLEEKer est une extension Chrome développée par Rstudioworks, et sa fonction principale est "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SLEEKer

Téléchargez les fichiers d'extension SLEEKer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SLEEKer SLEEKer
ID nllobgeilpicophinmkbeaiekdcflkbo
URL Officiel https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo
Description This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Taille du Fichier 136 KB
Nombre d'Installations 30
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-11-04
Date de Publication 2019-11-04
Développeur Rstudioworks
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sleeker.pro
Langues Prises en Charge 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"
    ]
}