Keyword Facile 3

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

Vad är Keyword Facile 3?

Keyword Facile 3 är en Chrome-tillägg utvecklad av https://keywordfacile.com, och dess huvudfunktion är "🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥 As a self-publisher, you understand that finding the perfect keyword…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Keyword Facile 3-förlängningens CRX-fil

Ladda ner Keyword Facile 3-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🔥 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. 🚀                    

Grundläggande Information om Tillägg

Namn Keyword Facile 3 Keyword Facile 3
ID nhibhikonkdokaadjdachcicngnejgmh
Officiell webbadress https://chromewebstore.google.com/detail/keyword-facile-3/nhibhikonkdokaadjdachcicngnejgmh
Beskrivning 🔥 Level Up Your Self-Publishing Game with Keyword Facile 🔥 As a self-publisher, you understand that finding the perfect keyword…
Filstorlek 751 KB
Antal Installationer 55
Aktuell Version 3.1.16
Senast Uppdaterad 2023-12-12
Publiceringsdatum 2021-08-18
Utvecklare https://keywordfacile.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.keywordfacile.com
Hjälpsida URL https://www.keywordfacile.com/support
URL till Sekretesspolicy Sidan https://keywordfacile.com/privacyen
Stödda Språk 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"
    ]
}