CompanyUrlFinder
Convert any company names to its urls. Just highlight company name in page and get the company url.
CompanyUrlFinderคืออะไร?
CompanyUrlFinder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zahra Jalilibaleh และคุณลักษณะหลักของมันคือ "Convert any company names to its urls. Just highlight company name in page and get the company url."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CompanyUrlFinder
ดาวน์โหลดไฟล์ส่วนขยาย CompanyUrlFinder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Company URL finder takes a company or brand’s name and look for its URL automatically. No time is wasted to find company URL for employees who frequently manage contact lists and may face many lists with the name of the companies and no mentioned URL. The marketers are no more involved in the time-consuming and difficult process of detecting firms’ websites. The employee’s time is their most valuable property and it’s not reasonable to waste it in such a long process of detecting company sites and stop their creativity to be flourished, especially when company URL finders are available. The entrepreneurs that accept the authority of technology innovations in workplace are the winner! When you can get website URL for a list of companies just by asking help from a company URL finder with a simple click of mouse at the shortest possible time, is it logical if you ask your employee to search many hours in Google to find the correct and reliable website addresses of the required companies? If your answer to this question is NO, kindly use this chrome extension to be familiar with the best company URL finder of the market.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | alfnjiihofjpjfjjkknojddokgoblmhj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/companyurlfinder/alfnjiihofjpjfjjkknojddokgoblmhj |
คำอธิบาย | Convert any company names to its urls. Just highlight company name in page and get the company url. |
ขนาดไฟล์ | 5.48 MB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2020-03-23 |
วันที่เผยแพร่ | 2020-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Zahra Jalilibaleh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://companyurlfinder.com/ |
URL หน้าช่วยเหลือ | https://companyurlfinder.com/company-url-finder/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CompanyUrlFinder", "short_name": "CUF", "description": "Convert any company names to its urls. Just highlight company name in page and get the company url.", "version": "1.1.2", "author": "Zahra Jalilibaleh", "browser_action": { "default_icon": "logo.png", "default_title": "Company URL Finder", "default_popup": "index.html" }, "background": { "scripts": [ "vendor\/jquery\/jquery-3.2.1.min.js", "js\/main.js" ], "persistent": true }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "https:\/\/companyurlfinder.com\/*", "activeTab", "storage" ] } |