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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ful.io และคุณลักษณะหลักของมันคือ "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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ful.io - Technology Profiler and lookup
ดาวน์โหลดไฟล์ส่วนขยาย Ful.io - Technology Profiler and lookup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |