Guru
Guru extention
What is Guru?
Guru is a Chrome extension developed by kevin.guruapp, and its main feature is "Guru extention".
Extension Screenshots
Download Guru Extension CRX File
Download Guru extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ieainnnpneadbpjdhnapdompaacnbdnd |
Official URL | https://chrome.google.com/webstore/detail/guru/ieainnnpneadbpjdhnapdompaacnbdnd |
Description | Guru extention |
File Size | 282 KB |
Installation Count | 32 |
Current Version | 1.9 |
Last Updated | 2020-10-24 |
Publish Date | 2020-05-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | kevin.guruapp |
[email protected] | |
Payment Type | free |
Extension Website | https://fbadsguru.com |
Help Page URL | https://fbadsguru.com/helpcenter |
Privacy Policy Page URL | https://fbadsguru.com/privacypolicies |
Supported Languages | 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" } } |