PimpMyBB

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

PimpMyBBคืออะไร?

PimpMyBB เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://keywordfacile.com และคุณลักษณะหลักของมันคือ "⚡ Supercharge your Book Bolt experience with PimpMyBB, the ultimate Chrome extension designed to skyrocket your productivity. 🚀…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PimpMyBB

ดาวน์โหลดไฟล์ส่วนขยาย PimpMyBB ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚡ 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"
    ]
}