Kadabra
Kadabra v1 Extension
什麼是Kadabra?
Kadabra是由nespola.company開發的Chrome擴展程式,該擴展的主要功能是“Kadabra v1 Extension”。
擴展截圖
下載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 |
ID | kpidohegcbgfdmhihkidabcgjgkleeig |
官方網址 | 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" } } } |