Guru
Guru extention
Guruคืออะไร?
Guru เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kevin.guruapp และคุณลักษณะหลักของมันคือ "Guru extention"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Guru
ดาวน์โหลดไฟล์ส่วนขยาย Guru ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Guru extension is developed for business intelligence at Facebook Ad Manager which calculates campaigns, ad-sets & ads values as per strategies created by business merchants. During strategies creation, merchant can create multiple rules and our extension reflects the strategies and rules created and shows the filtered data on Facebook Ad Manager as per the rules. For the analytics tab we calculate the analytics data from the facebook and shopify for example average order value, sales, calculated profit etc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ieainnnpneadbpjdhnapdompaacnbdnd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd |
คำอธิบาย | Guru extention |
ขนาดไฟล์ | 282 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 1.9 |
อัปเดตครั้งล่าสุด | 2020-10-24 |
วันที่เผยแพร่ | 2020-05-03 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | kevin.guruapp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://fbadsguru.com |
URL หน้าช่วยเหลือ | https://fbadsguru.com/helpcenter |
URL หน้านโยบายความเป็นส่วนตัว | https://fbadsguru.com/privacypolicies |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Guru", "description": "Guru extention", "version": "1.9", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage", "cookies", "contentSettings", "pageCapture", "*:\/\/fbadsguru.com\/", "*:\/\/business.facebook.com\/adsmanager\/", "*:\/\/www.facebook.com\/adsmanager\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Guru", "default_popup": "popup.html" }, "icons": { "16": "1.png", "32": "2.png", "48": "3.png", "128": "4.png" } } |