Ubersuggest CPC & Search Volume Enhancer

Adds keyword cpc and search volume to ubersuggest results

ما هو Ubersuggest CPC & Search Volume Enhancer؟

Ubersuggest CPC & Search Volume Enhancer هو إضافة Chrome تم تطويرها بواسطة https://cartercole.com، والميزة الرئيسية لها هي "Adds keyword cpc and search volume to ubersuggest results".

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

screenshot

تحميل ملف CRX للإضافة Ubersuggest CPC & Search Volume Enhancer

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

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

                        This tool uses the grepWords API to pull CPC and search volume data for results in UberSuggest, It also augments the export to output a csv as well as all the search data.

Be sure to set your API key in the options or it wont work

Get an API key from:
http://grepwords.com                    

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

الاسم Ubersuggest CPC & Search Volume Enhancer Ubersuggest CPC & Search Volume Enhancer
ID hopggcicaffnjomhjjpogcelclkbnigp
عنوان URL الرسمي https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp
الوصف Adds keyword cpc and search volume to ubersuggest results
حجم الملف 186 KB
عدد التثبيتات 3,443
النسخة الحالية 0.1.3
آخر تحديث 2013-09-03
تاريخ النشر 2013-09-02
تقييم 4.00/5 مجموع تقييمات 11
المطور https://cartercole.com
نوع الدفع free
موقع الإضافة http://blog.cartercole.com
عنوان صفحة المساعدة http://blog.cartercole.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ubersuggest CPC & Search Volume Enhancer",
    "version": "0.1.3",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "description": "Adds keyword cpc and search volume to ubersuggest results",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/ubersuggest.org\/*",
                "https:\/\/ubersuggest.org\/*"
            ],
            "css": [
                "css\/inpage.css"
            ],
            "js": [
                "js\/underscore.js",
                "js\/jquery.js",
                "js\/inpage.js"
            ]
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "http:\/\/ubersuggest.org\/*",
        "https:\/\/ubersuggest.org\/*",
        "http:\/\/api.grepwords.com\/lookup*"
    ]
}