Kadabra

Kadabra v1 Extension

What is Kadabra?

Kadabra is a Chrome extension developed by nespola.company, and its main feature is "Kadabra v1 Extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Kadabra Extension CRX File

Download Kadabra extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hey 👋

Finding a keyword is hard. The 𝐊𝐀𝐃𝐀𝐁𝐑𝐀 chrome app makes it a whole lot easier, more predictable, less stressful, and more fun!

⭐️ Rated as: "The Most Ruthlessly Effective Tool For Rapidly Finding High-Profit Keywords On Amazon..." 

Why 𝐊𝐀𝐃𝐀𝐁𝐑𝐀 must be your #1 choice to grow your publishing business:

⦿ 𝐅*𝐂𝐊 𝐓𝐈𝐌𝐄 𝐂𝐎𝐍𝐒𝐔𝐌𝐄𝐃: your keyword research will be at least 400X faster and more exciting.

⦿ 𝐒𝐍𝐈𝐏𝐈𝐍𝐆 𝐌𝐄𝐓𝐑𝐈𝐂𝐒: Kadabra offers at least 25 real-time metrics to help you find the hidden gem.

⦿ 𝐂𝐎𝐋𝐋𝐄𝐂𝐓𝐒 𝐃𝐀𝐓𝐀 𝐈𝐍𝐒𝐓𝐀𝐍𝐓𝐋𝐘: get a downloadable full-data report in less than 4.5 seconds for each search.

⦿ 𝐏𝐑𝐎𝐕𝐄𝐍 𝐁𝐔𝐒𝐒𝐈𝐍𝐄𝐒𝐒 𝐒𝐔𝐑𝐆𝐄: built to get you all data to increase your business performance by 1,000%.

WHAT 𝐊𝐀𝐃𝐀𝐁𝐑𝐀 OFFER YOU IS LIFE-CHANGING:

⦿ Dedicated Chrome Extension
⦿ Dynamic Laser Keywords Analysis
⦿ Custom Analysis Metrics
⦿ Kindle/Paperback/Audiobook BSR Tracker
⦿ Daily/Monthly Book Sales Tracker
⦿ Daily/Monthly Book Revenue Tracker
⦿ Ratings/Reviews Ratio Tracker
⦿ Downloadable CSV Analysis Report
⦿ 24/7 Customer Support

What we're trying to say is that you should unleash your analysis power through Kadabra now! 

Download and install the 𝐊𝐀𝐃𝐀𝐁𝐑𝐀 chrome app, open Amazon.com, log in to your Kadabra account through the extension, and start finding your nest $10K+/Month profitable gem!

To your success,
The Nespola Team.                    

Extension Basic Information

Name Kadabra Kadabra
ID kpidohegcbgfdmhihkidabcgjgkleeig
Official URL https://chromewebstore.google.com/detail/kadabra/kpidohegcbgfdmhihkidabcgjgkleeig
Description Kadabra v1 Extension
File Size 60.06 KB
Installation Count 24
Current Version 0.1
Last Updated 2022-08-25
Publish Date 2022-08-23
Developer nespola.company
Email [email protected]
Payment Type free
Extension Website https://kadabra.pro/
Privacy Policy Page URL https://ecosystem.nespola.io/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kadabra",
    "description": "Kadabra v1 Extension",
    "version": "0.1",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icon128.png",
        "64": "assets\/icon64.png",
        "48": "assets\/icon48.png",
        "32": "assets\/icon32.png",
        "16": "assets\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ],
    "action": {
        "default_popup": "opener.html",
        "default_icon": {
            "128": "assets\/icon128.png",
            "64": "assets\/icon64.png",
            "48": "assets\/icon48.png",
            "32": "assets\/icon32.png",
            "16": "assets\/icon16.png"
        }
    }
}