Kadabra
Kadabra v1 Extension
Kadabra란 무엇입니까?
Kadabra은(는) nespola.company에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kadabra v1 Extension"입니다.
확장 프로그램 스크린샷
Kadabra 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" } } } |