AppSorteos - Instagram Giveaways & Insights
Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile.
AppSorteos - Instagram Giveaways & Insights क्या है?
AppSorteos - Instagram Giveaways & Insights https://app-sorteos.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AppSorteos - Instagram Giveaways & Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
AppSorteos is the most intuitive platform to create giveaways and contests on Instagram, Facebook, Twitter, Youtube and Tiktok. This extension allows you to pick a random winner from Instagram and TikTok comments, and get analytics on what engages your audience and everyone else's, while getting to know your audience better. - How it works: When visiting an Instagram profile, an AppSorteos icon will appear at the right of your browser. It is expandable, and presents in-depth analytics of the Instagram profile. When you click on an Instagram post you will be able to pick a random winner from the post's comments - Instagram Insights you will see on Instagram's Influencers Profile: 1. No. of followers 2. Average likes per post 3. Engagement rate 4. Average comments per post 5. Top hashtags used 6. Top content and posts
एक्सटेंशन की मूल जानकारी
नाम | AppSorteos - Instagram Giveaways & Insights |
ID | iedifognpinkpfaemlnnniomklocpcnh |
आधिकारिक URL | https://chromewebstore.google.com/detail/appsorteos-instagram-give/iedifognpinkpfaemlnnniomklocpcnh |
विवरण | Pick a random winner from the comments of an Instagram or Tiktok post, and get Instagram Insights from a profile. |
फ़ाइल का आकार | 81.13 KB |
स्थापना संख्या | 461,843 |
वर्तमान संस्करण | 1.1.5 |
अंतिम अपडेट | 2023-10-16 |
प्रकाशन तिथि | 2020-11-19 |
रेटिंग | 2.31/5 कुल 39 रेटिंग्स |
डेवलपर | https://app-sorteos.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app-sorteos.com |
सहायता पृष्ठ URL | https://app-sorteos.com/es/soporte |
गोपनीयता नीति पृष्ठ URL | https://app-sorteos.com/privacy-policy |
समर्थित भाषाएँ | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_application_title__", "description": "__MSG_application_desc__", "version": "1.1.5", "homepage_url": "https:\/\/app-sorteos.com\/", "default_locale": "es", "permissions": [ "webRequest", "webRequestBlocking", "cookies", "https:\/\/*.app-sorteos.com\/*", "https:\/\/*.instagram.com\/*", "*:\/\/*.tiktok.com\/*" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "AppSorteos", "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "js": [ "js\/vendor\/jquery-lite.min.js", "js\/insights.js" ], "css": [ "css\/insights.css" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.app-sorteos.com\/*" ] }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |