Sopularity
Use Sopularity hashtag suggestions for each tweet you post.
ما هو Sopularity؟
Sopularity هو إضافة Chrome تم تطويرها بواسطة https://www.sopularity.com، والميزة الرئيسية لها هي "Use Sopularity hashtag suggestions for each tweet you post.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sopularity
قم بتنزيل ملفات الامتداد Sopularity بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Sopularity is a great way to share content to twitter, from anywhere on the web, together with their most appropriate hashtags. The searchability and popularity of your tweets will significantly increase when you use the hashtags which are suggested by the Sopularity app. The Sopularity extension is very simple to use: 1. Click on the Sopularity button 2. Select one or more of the suggested hashtags for your tweet 2. Post your tweet Try it for free today! TOP FEATURES + Use the Sopularity hashtag suggestions in your familiar Twitter app. The Sopularity extension integrates directly into Twitter.com and Hootsuite.com. + Share the website you are visiting easily on Twitter using the Sopularity extension button at the top right corner of your Chrome browser. + Add the best hasthags to each tweet you post on Twitter to increase their popularity. Any questions? You can find us here: Twitter: @sopularity Facebook: https://www.facebook.com/sopularity Email: [email protected]
معلومات أساسية عن التمديد
الاسم | Sopularity |
ID | igjpgclnngpcigfbjncnpaloklgigmco |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sopularity/igjpgclnngpcigfbjncnpaloklgigmco |
الوصف | Use Sopularity hashtag suggestions for each tweet you post. |
حجم الملف | 60.4 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 0.2.5 |
آخر تحديث | 2015-06-17 |
تاريخ النشر | 2015-06-17 |
تقييم | 2.75/5 مجموع تقييمات 4 |
المطور | https://www.sopularity.com |
نوع الدفع | free |
موقع الإضافة | http://www.sopularity.com |
عنوان صفحة المساعدة | http://www.sopularity.com/contact |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sopularity", "description": "Use Sopularity hashtag suggestions for each tweet you post.", "version": "0.2.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitter.com\/*", "*:\/\/twitter.com\/*" ], "js": [ "jquery.js", "content_twitter.js" ], "css": [ "content_twitter.css" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "*:\/\/*.hootsuite.com\/*" ], "js": [ "content_hootsuite.js" ], "all_frames": true } ], "web_accessible_resources": [ "jquery.js", "jquery.min.map" ], "manifest_version": 2 } |