EzyInsights for Chrome
The Ezy way to see how popular the article you're reading is across social networks
EzyInsights for Chrome क्या है?
EzyInsights for Chrome EzyInsights द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Ezy way to see how popular the article you're reading is across social networks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EzyInsights for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Available exclusively to EzyInsights customers. Find out how the article you're reading is performing on social media with one click. EzyInsights for Chrome shows you all engagement for a given article across major social media networks. See at a glance how fast the article is picking up engagement in real-time. You’ll also see a breakdown of other publishers and celebrities that have shared it on their own Facebook pages. To become an EzyInsights customer, sign up at EzyInsights.com for a trial or email us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | EzyInsights for Chrome |
ID | pkbcojdobadeaaokfccfhakpboblbdhd |
आधिकारिक URL | https://chromewebstore.google.com/detail/ezyinsights-for-chrome/pkbcojdobadeaaokfccfhakpboblbdhd |
विवरण | The Ezy way to see how popular the article you're reading is across social networks |
फ़ाइल का आकार | 5.11 MB |
स्थापना संख्या | 591 |
वर्तमान संस्करण | 1.9.8 |
अंतिम अपडेट | 2021-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | EzyInsights |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.ezyinsights.com |
गोपनीयता नीति पृष्ठ URL | https://www.iubenda.com/privacy-policy/515176/legal |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EzyInsights for Chrome", "description": "The Ezy way to see how popular the article you're reading is across social networks", "short_name": "Ezy Link", "version": "1.9.8", "permissions": [ "activeTab", "https:\/\/app.ezyinsights.com\/" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/api.js", "js\/popup.js", "bower_components\/jquery\/dist\/jquery.min.js" ] }, "minimum_chrome_version": "56", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png" ] } |