Keyword Facile 3

🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥 As a self-publisher, you understand that finding the perfect keyword…

什麼是Keyword Facile 3?

Keyword Facile 3是由https://keywordfacile.com開發的Chrome擴展程式,該擴展的主要功能是“🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥 As a self-publisher, you understand that finding the perfect keyword…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Keyword Facile 3擴展crx文件

下載Keyword Facile 3擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥

As a self-publisher, you understand that finding the perfect keyword isn't just crucial, it's a game-changer. Introducing Keyword Facile - the ultimate Chrome extension, fine-tuned for Amazon and Audible across the globe (amazon.com, amazon.co.uk, amazon.it, audible.com, audible.co.uk, audible.it).

⚡ Redefining Keyword Analysis with Keyword Facile ⚡

🚀 Swift, In-Depth Analysis: Unearth your optimal keyword within a mere 30 seconds.

📊 Integrated Data Compilation: Get the essential data from Best Sellers and New Releases in a single tab.

🔥 Expansive Keyword Suggestions: Gain a competitive advantage with a wider range of keyword suggestions than any other tool on the market.

💼 Organic Results Assurance: We're all about clean data - that's why we automatically exclude sponsored books from our suggestions.

📈 Google Trends at a Glance: Swiftly compare your keyword against a preset choice on Google Trends, enhancing your decision-making process.

💾 Powerful Data Download: The game-changing feature! Quickly generate and download extensive lists of thousands of keywords or related ASINs for highly profitable Amazon Ads campaigns.

💎 Transform Your Self-Publishing Journey with Keyword Facile 💎

🕒 Time is Money: Don't burn the midnight oil wading through data. Get precise, relevant results fast.

💵 Boost Your Profitability: With on-point keyword selection, skyrocket your book's success and increase your earnings.

🚀 Outpace the Competition: Stay ahead in the game with strategic keyword insights.

🧠 Be Informed, Be Insightful: Make smarter decisions backed by comprehensive keyword analysis.

Escape the vortex of daunting keyword searching. Arm yourself with Keyword Facile, the secret weapon no self-publisher should be without. Make the smart move today - add Keyword Facile to your Chrome and ride the expressway to success. 🚀                    

擴展基本資訊

名稱 Keyword Facile 3 Keyword Facile 3
ID nhibhikonkdokaadjdachcicngnejgmh
官方網址 https://chromewebstore.google.com/detail/keyword-facile-3/nhibhikonkdokaadjdachcicngnejgmh
簡介 🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥 As a self-publisher, you understand that finding the perfect keyword…
檔案大小 751 KB
安裝次數 55
目前版本 3.1.16
更新時間 2023-12-12
上架時間 2021-08-18
開發者 https://keywordfacile.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.keywordfacile.com
說明頁面URL https://www.keywordfacile.com/support
隱私政策頁面URL https://keywordfacile.com/privacyen
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Facile 3",
    "version": "3.1.16",
    "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\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.au\/*",
                "https:\/\/*.audible.com\/*",
                "https:\/\/*.audible.co.uk\/*",
                "https:\/\/*.audible.it\/*",
                "https:\/\/*.audible.es\/*",
                "https:\/\/*.audible.de\/*",
                "https:\/\/*.audible.fr\/*",
                "https:\/\/*.audible.ca\/*",
                "https:\/\/*.audible.com.au\/*",
                "https:\/\/bookbird.io\/*"
            ],
            "css": [
                "suggestions.min.css"
            ],
            "js": [
                "hola.min.js",
                "timer.min.js",
                "jquery.min.js",
                "suggestions.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.audible.com\/*",
        "https:\/\/www.audible.co.uk\/*",
        "https:\/\/www.audible.it\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/bookbird.io\/*"
    ],
    "background": {
        "service_worker": "background.min.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": "img\/logo_16.png",
        "default_title": "KEYWORD FACILE",
        "default_popup": "options.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "tabs",
        "identity",
        "identity.email"
    ]
}