Scheduled Click

This extension allows you to schedule a click on any element of a page you are visiting

ما هو Scheduled Click؟

Scheduled Click هو إضافة Chrome تم تطويرها بواسطة https://www.earnedmarketing.com، والميزة الرئيسية لها هي "This extension allows you to schedule a click on any element of a page you are visiting".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Scheduled Click

قم بتنزيل ملفات الامتداد Scheduled Click بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Want to schedule a click on that link or button? 
It's now as easy as 1-2-3. 

  1. Find out the ID of the link or button you want to be clicked (hint. right click on it and select "Inspect Element") 
  2. Enter the details and press "Schedule Click" in the extension popup
  3. When the time comes.. BANG! the scheduled click will happen automagically

**ProTip - if an element you want to click doesn't have an ID - not a problem! Right click on the element in the Inspect Element window, select "Add attribute" and add the ID in.

Happy clicking!
https://twitter.com/earnedmarketing                    

معلومات أساسية عن التمديد

الاسم Scheduled Click Scheduled Click
ID fnifoimglgjcmljjcepbgkcajiggfekp
عنوان URL الرسمي https://chromewebstore.google.com/detail/scheduled-click/fnifoimglgjcmljjcepbgkcajiggfekp
الوصف This extension allows you to schedule a click on any element of a page you are visiting
حجم الملف 13.29 KB
عدد التثبيتات 5,050
النسخة الحالية 1.0
آخر تحديث 2015-05-21
تاريخ النشر 2015-05-21
تقييم 2.29/5 مجموع تقييمات 14
المطور https://www.earnedmarketing.com
نوع الدفع free
موقع الإضافة https://www.justpark.com
عنوان صفحة المساعدة http://www.earnedmarketing.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scheduled Click",
    "description": "This extension allows you to schedule a click on any element of a page you are visiting",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}