Kadabra

Kadabra v1 Extension

什么是Kadabra?

Kadabra是由nespola.company开发的Chrome扩展程序,该扩展的主要功能是“Kadabra v1 Extension”。

扩展截图

screenshot
screenshot
screenshot

下载Kadabra扩展crx文件

下载Kadabra扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Kadabra Kadabra
ID kpidohegcbgfdmhihkidabcgjgkleeig
官方URL https://chromewebstore.google.com/detail/kadabra/kpidohegcbgfdmhihkidabcgjgkleeig
简介 Kadabra v1 Extension
文件大小 60.06 KB
安装次数 24
当前版本 0.1
更新时间 2022-08-25
上架时间 2022-08-23
开发者 nespola.company
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kadabra.pro/
隐私政策页面URL https://ecosystem.nespola.io/privacy-policy
支持的语言 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"
        }
    }
}