nichesss

Create articles from your favorite keyword research tools with 1-click.

ما هو nichesss؟

nichesss هو إضافة Chrome تم تطويرها بواسطة https://nichesss.com، والميزة الرئيسية لها هي "Create articles from your favorite keyword research tools with 1-click.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة nichesss

قم بتنزيل ملفات الامتداد nichesss بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Writing articles for your website or blog can take a long time and be extremely tedious -- especially when you have to bounce back and forth between various sites. It can be really hard to grab the information from tools like ahrefs, SEMRush, Keywords Everywhere, and then spend hours writing an article.

But with nichesss, you can save time and make it easy to write an article once you've identified keywords. Just add the nichesss extension to your web browser and use your favorite keyword tool. Then, with just one click, nichesss will make an article for you based on the keywords you've selected.

You won't have to spend hours combining keyword research and writing articles anymore. nichesss makes it faster and easier to write articles that rank!

Works with
* ahrefs
* SEMRush
* Google Search Console
* Keyword Eveywhere
* Mangools
* LowFruits
* Rank Math
* Rank Atom
* WriterZen
* Ubersuggest
* BeyondMe
* Strell
* Keyword Chef
* Seodity                    

معلومات أساسية عن التمديد

الاسم nichesss nichesss
ID phajmldehejkhcoadcipoajojbbngffn
عنوان URL الرسمي https://chromewebstore.google.com/detail/nichesss/phajmldehejkhcoadcipoajojbbngffn
الوصف Create articles from your favorite keyword research tools with 1-click.
حجم الملف 1.13 MB
عدد التثبيتات 1,356
النسخة الحالية 1.0.6
آخر تحديث 2023-11-05
تاريخ النشر 2023-10-18
تقييم 5.00/5 مجموع تقييمات 5
المطور https://nichesss.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://nichesss.com
عنوان صفحة المساعدة https://nichesss.com/help
عنوان صفحة سياسة الخصوصية https://nichesss.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "nichesss",
    "description": "Create articles from your favorite keyword research tools with 1-click.",
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "version": "1.0.6",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nichesss.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ahrefs.com\/*",
                "*:\/\/*.semrush.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.lowfruits.io\/*",
                "*:\/\/*.mangools.com\/*",
                "*:\/\/*.writerzen.net\/*",
                "*:\/\/*.nichesss.com\/*",
                "*:\/\/*.rankatom.com\/*",
                "*:\/\/*.seranking.com\/*",
                "*:\/\/app.neilpatel.com\/*",
                "*:\/\/*.beyondme.io\/*",
                "*:\/\/app.strell.io\/*",
                "*:\/\/app.keywordchef.com\/*",
                "*:\/\/app.seodity.com\/*"
            ],
            "css": [
                "third_party\/jquery-ui.css",
                "third_party\/font-awesome\/css\/font-awesome.css",
                "myStyles.css"
            ],
            "js": [
                "jquery.js",
                "third_party\/jquery-ui.min.js",
                "api.js",
                "templates.js",
                "abbrv.js",
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "third_party\/font-awesome\/css\/font-awesome.css",
                "third_party\/font-awesome\/fonts\/fontawesome-webfont.eot",
                "third_party\/font-awesome\/fonts\/fontawesome-webfont.svg",
                "third_party\/font-awesome\/fonts\/fontawesome-webfont.ttf",
                "third_party\/font-awesome\/fonts\/fontawesome-webfont.woff2",
                "third_party\/font-awesome\/fonts\/*",
                "fonts\/*",
                "images\/close.svg",
                "images\/x.svg",
                "images\/get_started32.png",
                "images\/get_started48.png",
                "images\/get_started128.png",
                "images\/Spinner-1s-41px.gif"
            ],
            "matches": [
                "*:\/\/*.ahrefs.com\/*",
                "*:\/\/*.semrush.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.lowfruits.io\/*",
                "*:\/\/*.mangools.com\/*",
                "*:\/\/*.writerzen.net\/*",
                "*:\/\/*.nichesss.com\/*",
                "*:\/\/*.rankatom.com\/*",
                "*:\/\/*.seranking.com\/*",
                "*:\/\/app.neilpatel.com\/*",
                "*:\/\/*.beyondme.io\/*",
                "*:\/\/app.strell.io\/*",
                "*:\/\/app.keywordchef.com\/*",
                "*:\/\/app.seodity.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "system.display"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/get_started16.png",
            "32": "\/images\/get_started32.png",
            "48": "\/images\/get_started48.png",
            "128": "\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/images\/get_started16.png",
        "32": "\/images\/get_started32.png",
        "48": "\/images\/get_started48.png",
        "128": "\/images\/get_started128.png"
    },
    "options_page": "options.html"
}