Nest Networking
Speed up the client research process by displaying valuable website insights with a single click.
Nest Networking란 무엇입니까?
Nest Networking은(는) https://nestnetworking.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Speed up the client research process by displaying valuable website insights with a single click."입니다.
확장 프로그램 스크린샷
Nest Networking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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", " |