FPTraffic
The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.
Cos'è FPTraffic?
FPTraffic è un'estensione di Chrome sviluppata da https://fptraffic.com, e la sua funzione principale è "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FPTraffic
Scarica i file di estensione FPTraffic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Use this tool along with your FPTraffic.com account to easily schedule and post photos and other content to your Facebook Pages and Twitter.
Informazioni di Base sull'Estensione
Nome | FPTraffic |
ID | mnhapiceipfpmbbibcijkfecpehjjodm |
URL Ufficiale | https://chromewebstore.google.com/detail/fptraffic/mnhapiceipfpmbbibcijkfecpehjjodm |
Descrizione | The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic. |
Dimensione del File | 203 KB |
Conteggio Installazioni | 2,142 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-12-09 |
Data di Pubblicazione | 2016-12-08 |
Valutazione | 4.40/5 Totale 15 Valutazioni |
Sviluppatore | https://fptraffic.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://fptraffic.com |
URL della Pagina di Aiuto | http://fptraffic.com/contact/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FPTraffic", "description": "The easiest way to find and schedule images to be posted to your Facebook Pages and Twitter using FPTraffic.", "version": "2.0", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "icons": { "16": "favicon.png", "48": "favicon.png", "128": "favicon.png" }, "browser_action": { "default_icon": { "19": "favicon.png", "38": "favicon.png", "128": "favicon.png" } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "jquery-ui.js", "fptraffic.js" ], "css": [ "fptraffic.css" ] } ], "web_accessible_resources": [ "img\/close.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |