PimpMyBB

⚡ Supercharge your Book Bolt experience with PimpMyBB, the ultimate Chrome extension designed to skyrocket your productivity. 🚀…

PimpMyBB란 무엇입니까?

PimpMyBB은(는) https://keywordfacile.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "⚡ Supercharge your Book Bolt experience with PimpMyBB, the ultimate Chrome extension designed to skyrocket your productivity. 🚀…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PimpMyBB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⚡ Supercharge your Book Bolt experience with PimpMyBB, the ultimate Chrome extension designed to skyrocket your productivity. 🚀 PimpMyBB is the essential enhancement you've been yearning for to turbocharge your Book Bolt journey. 🌟 Download it today and witness the transformative impact on your workflow.

With PimpMyBB, you can:

📥 Download data in CSV format, unlocking a new dimension for comprehensive analysis.

⏱️ Within minutes, you can generate and save lists of hundreds of ready-to-use keywords for your PPC campaigns. Say goodbye to wasted time and hello to a treasure trove of perfect keywords at your fingertips. 🎯

👀 Gain access to an extra column displaying the number of results, granting you an edge in content evaluation.

💡 Effortlessly highlight keywords with less than (MaxResults) and more than (MinResults), and a Search Volume greater than (MinVolume). This feature puts the spotlight on the most potent keywords, sharpening your focus and saving you precious time.

🔍 Illuminate books with a BSR less than (MaxBSR) and Estimated Revenue greater than (MinRevenue). This feature is your secret weapon in unearthing the most lucrative opportunities. 💰

PimpMyBB is the tool 🛠️ that will redefine your Book Bolt experience. Download it now and embark on a journey of simplified and amplified productivity.                    

확장 프로그램 기본 정보

이름 PimpMyBB PimpMyBB
ID ldpahigdegcgmbnhnpknioacppfgifhi
공식 URL https://chromewebstore.google.com/detail/pimpmybb/ldpahigdegcgmbnhnpknioacppfgifhi
설명 ⚡ Supercharge your Book Bolt experience with PimpMyBB, the ultimate Chrome extension designed to skyrocket your productivity. 🚀…
파일 크기 1.13 MB
설치 횟수 43
현재 버전 1.0.5
최근 업데이트 2023-06-03
출시 날짜 2022-12-18
개발자 https://keywordfacile.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.keywordfacile.com
도움말 페이지 URL https://www.keywordfacile.com/support
개인정보 보호 정책 페이지 URL http://keywordfacile.com/policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PimpMyBB",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo_16.png",
        "32": "img\/logo_32.png",
        "48": "img\/logo_48.png",
        "128": "img\/logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "hola.html"
            ],
            "matches": [],
            "extension_ids": []
        },
        {
            "resources": [
                "img\/*.png",
                "img\/*.jpg",
                "options.html"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*"
            ],
            "css": [
                "amazon.min.css"
            ],
            "js": [
                "hola.min.js",
                "jquery.min.js",
                "amazon.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.amazon.com\/*"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "img\/logo_16.png",
        "default_title": "Pimp My BB",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ]
}