Nest Networking

Speed up the client research process by displaying valuable website insights with a single click.

Nest Networkingคืออะไร?

Nest Networking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nestnetworking.com และคุณลักษณะหลักของมันคือ "Speed up the client research process by displaying valuable website insights with a single click."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Our extension speeds up the client research process by displaying valuable website insights with a single click.

Data displayed with no account required:

- Is the business paying for Facebook or Google advertising
- What copyright date is found on the footer of the website
- Does the website use Google Maps
- Is the website mobile friendly
- What platforms/plugins does the website uses (Wix, Wordpress, etc)
- What social media pages are on the website
- Does the website have an embedded video
- Does the website have an SEO-friendly address
- Does the website have proper SEO schema meta tags
- What emails were found on the website
- What phone numbers were found on the website

Data displayed once your Nest Networking account is linked:

- When their domain was purchased
- How many reviews they have over various review websites
- How many reviews the business has on Yelp
- How many locations this business has                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Nest Networking Nest Networking
ID kgebhkondiphcnlmdjnjnpneoglilpjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nest-networking/kgebhkondiphcnlmdjnjnpneoglilpjp
คำอธิบาย Speed up the client research process by displaying valuable website insights with a single click.
ขนาดไฟล์ 50.62 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2020-02-04
วันที่เผยแพร่ 2020-02-04
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://nestnetworking.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://nestnetworking.com/?tag=chrome-webstore
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nest Networking",
    "version": "1.4",
    "description": "Speed up the client research process by displaying valuable website insights with a single click.",
    "icons": {
        "128": "media\/logo128.png",
        "48": "media\/logo48.png",
        "16": "media\/logo16.png"
    },
    "browser_action": {
        "default_icon": "media\/logo16.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "event-page.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/jquery.js",
                ".\/content\/advertising.js",
                ".\/content\/copyright-year.js",
                ".\/content\/emails.js",
                ".\/content\/google-maps.js",
                ".\/content\/links.js",
                ".\/content\/mobile-friendly.js",
                ".\/content\/pages.js",
                ".\/content\/platforms.js",
                ".\/content\/social-media.js",
                ".\/content\/embed-video.js",
                ".\/content\/address.js",
                ".\/content\/phone.js",
                ".\/content\/chat-plugins.js",
                ".\/content\/seo-schema.js",
                ".\/content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webRequest",
        "",
        "notifications",
        "storage"
    ]
}