SLEEKer

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

Apa itu SLEEKer?

SLEEKer adalah ekstensi Chrome yang dikembangkan oleh Rstudioworks, dan fitur utamanya adalah "This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SLEEKer

Unduh file ekstensi SLEEKer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama SLEEKer SLEEKer
ID nllobgeilpicophinmkbeaiekdcflkbo
URL Resmi https://chrome.google.com/webstore/detail/sleeker/nllobgeilpicophinmkbeaiekdcflkbo
Deskripsi This extension allows the user quickly calculate the average Best Seller Rank of Kindle ebooks on Amazon.
Ukuran File 136 KB
Jumlah Instalasi 30
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2019-11-04
Tanggal Publikasi 2019-11-04
Pengembang Rstudioworks
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sleeker.pro
Bahasa yang Didukung 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"
    ]
}