Insight Tag Checker
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…
Insight Tag Checker란 무엇입니까?
Insight Tag Checker은(는) shaunpeh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight…"입니다.
확장 프로그램 스크린샷
Insight Tag Checker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight JavaScript code that you can add to your website to enable in-depth campaign reporting and unlock valuable insights about your website visitors. You can use the Insight Tag to track conversions, retarget website visitors, and unlock additional insights about members interacting with your ads. About Insight Tag Checker” assist users to inspect the implementation of their Insight Tag or conversion tag(s) within their website. It removes the struggle for users to use chrome inspecting tool, navigate and check the response from network tab. All the steps are condensed down to “a single click”. Functionality This tool checks your network request and ensures that you are getting the right response back from the intended server which is registering your Insight Tag Script. Getting the right response ascertain that your script tag is firing and being received appropriately. *************************************************************************** Inspired greatly by Pixel Helper Chrome Extension - Pearmill
확장 프로그램 기본 정보
이름 | Insight Tag Checker |
ID | feeednoflloccfhgoiiohjammanphoef |
공식 URL | https://chromewebstore.google.com/detail/insight-tag-checker/feeednoflloccfhgoiiohjammanphoef |
설명 | Web-Version https://tag-checker.theb2bhouse.com/ - Pixel Helper What Insight Tag? The Insight Tag is a piece of lightweight… |
파일 크기 | 24.55 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-07-01 |
출시 날짜 | 2022-06-18 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | shaunpeh |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.theb2bhouse.com |
도움말 페이지 URL | https://tag-checker.theb2bhouse.com/ |
개인정보 보호 정책 페이지 URL | https://www.theb2bhouse.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insight Tag Checker", "manifest_version": 3, "version": "1.4", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Insight Tag Checker" }, "background": { "service_worker": "background.js" }, "permissions": [ "webRequest", "storage", "webNavigation" ], "host_permissions": [ "*:\/\/*\/*" ] } |