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
Eメール [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"
        }
    }
}