Yad2 copy link - יד2 העתקת כתובת מודעה
copy ad link to clipboard
Qu'est-ce que Yad2 copy link - יד2 העתקת כתובת מודעה ?
Yad2 copy link - יד2 העתקת כתובת מודעה est une extension Chrome développée par sie.shahar, et sa fonction principale est "copy ad link to clipboard".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Yad2 copy link - יד2 העתקת כתובת מודעה
Téléchargez les fichiers d'extension Yad2 copy link - יד2 העתקת כתובת מודעה au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
נותן אפשרות להעתיק קישור ישיר למודעת באתר יד 2. open an option to copy single ad link. בנתיים ניתן להעתיק מודעות נדל"ן, יד2 ורכב. לפי הביקוש אפתחלחלקים נוספים. ניתן לבקש חלקים נוספים בתגובה או במייל.
Informations de Base sur l'Extension
Nom | Yad2 copy link - יד2 העתקת כתובת מודעה |
ID | iidgmdoficgbjjjhfnimfgdmkekkcllo |
URL Officiel | https://chromewebstore.google.com/detail/yad2-copy-link-%D7%99%D7%932-%D7%94%D7%A2%D7%AA%D7%A7%D7%AA/iidgmdoficgbjjjhfnimfgdmkekkcllo |
Description | copy ad link to clipboard |
Taille du Fichier | 61.8 KB |
Nombre d'Installations | 142 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2018-10-06 |
Date de Publication | 2018-10-06 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | sie.shahar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yad2 copy link - \u05d9\u05d32 \u05d4\u05e2\u05ea\u05e7\u05ea \u05db\u05ea\u05d5\u05d1\u05ea \u05de\u05d5\u05d3\u05e2\u05d4", "description": "copy ad link to clipboard", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.yad2.co.il\/*" ], "css": [ "myStyles.css" ], "js": [ "jquery-2.2.4.min.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Nadlan\/*" ], "js": [ "nadlan.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Yad2\/*" ], "js": [ "yad2.js" ] }, { "matches": [ "http:\/\/www.yad2.co.il\/Cars\/*" ], "js": [ "cars.js" ] } ], "permissions": [ "storage", "notifications" ] } |