Ful.io - Technology Profiler and lookup
In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs.
Ful.io - Technology Profiler and lookup란 무엇입니까?
Ful.io - Technology Profiler and lookup은(는) https://ful.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs."입니다.
확장 프로그램 스크린샷
Ful.io - Technology Profiler and lookup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The generated reports are the richest you’ll find in the industry, and it takes no time to generate them. Avail the following features for free in a single click: ✨ Find the complete technology profile of any website including the tech stack, frameworks, widgets, CDNs, CMSs, and more. ✨ Access a bountiful repository that tracks 15,000+ technologies, with more added every day. ✨ Real-time tracking of version changes ensures you are always on the same page as your prospect. No hassle of version mismatches or incorrect data, ever! ✨ Streamline tech discovery by seamlessly integrating the lightweight extension in your workflow What’s in it for you? ✨ No credit card information needed. ✨ No personal information is collected and processed. How to use: ✨ Add the extension to Chrome or a Chrome-based browser. ✨ Navigate to the prospect’s website and click on the extension. ✨ Done. The complete technographic profile of the website will be shown blazingly fast. The extension is especially useful for: ✨ Sales professionals ✨ SDRs ✨ AEs ✨ HRs Find more about what we do: https://ful.io/ Contact us: [email protected] Terms of Use: https://ful.io/terms Privacy Policy: https://ful.io/privacy Thanks for the support! We’re constantly iterating our products to make them better, so feedback would be extremely appreciated.
확장 프로그램 기본 정보
이름 | Ful.io - Technology Profiler and lookup |
ID | kkdkjfbpldapfdcngapjigdgcafjopli |
공식 URL | https://chromewebstore.google.com/detail/fulio-technology-profiler/kkdkjfbpldapfdcngapjigdgcafjopli |
설명 | In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs. |
파일 크기 | 98 KB |
설치 횟수 | 572 |
현재 버전 | 3.3.2 |
최근 업데이트 | 2024-02-15 |
출시 날짜 | 2023-08-21 |
평점 | 4.60/5 총 5 개의 평점 |
개발자 | https://ful.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ful.io |
개인정보 보호 정책 페이지 URL | https://ful.io/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ful.io - Technology Profiler and lookup", "version": "3.3.2", "description": "In a click, find out what websites are built with. Ful.io's Profiler and Lookup tool is the one solution for your profiling needs.", "action": { "default_popup": "popup.html", "default_icon": "icons\/default-technographic.png" }, "icons": { "16": "icons\/default-technographic.png", "48": "icons\/default-technographic.png", "128": "icons\/default-technographic.png" }, "host_permissions": [ "https:\/\/*.ful.io\/" ], "permissions": [ "activeTab" ], "background": { "service_worker": "\/background.js", "type": "module" } } |